From df781e0dc6cca6f610de317c91d2bd11530a06d1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 10 Dec 2020 21:32:02 -0500 Subject: no more mac cuz i cba --- .travis.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 165d91a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -matrix: - include: - - os: osx - osx_image: xcode12 - language: cpp - addons: - homebrew: - packages: - - gtkmm3 - - zlib - - openssl - - nlohmann-json - - sqlite - -script: - - | - git submodule init - git submodule update - mkdir build - cd build - cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_PKGCONFIG=ON -DDISABLE_MBEDTLS=ON ../ - make - -before_deploy: - - | - mkdir out - cp abaddon out/abaddon - -deploy: - provider: s3 - local_dir: out - upload-dir: travis-$TRAVIS_BRANCH - skip_cleanup: true - bucket: "pogger-space" - access_key_id: $S3_ACCESS_KEY - secret_access_key: $S3_SECRET_KEY - endpoint: "https://nyc3.digitaloceanspaces.com" - region: nyc3 - acl: public_read - overwrite: true - on: - all_branches: true -- cgit v1.2.3