diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 21:32:02 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 21:32:02 -0500 |
commit | df781e0dc6cca6f610de317c91d2bd11530a06d1 (patch) | |
tree | 81effa050149c484c2f5680652e088f2894a2d0d /.travis.yml | |
parent | 89be70611d276dd5e2c9aaf9fc30810f3df521df (diff) | |
download | abaddon-portaudio-df781e0dc6cca6f610de317c91d2bd11530a06d1.tar.gz abaddon-portaudio-df781e0dc6cca6f610de317c91d2bd11530a06d1.zip |
no more mac cuz i cba
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 42 |
1 files changed, 0 insertions, 42 deletions
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 |