From 0445b4f82ef447e072d9ab2887b9e62e7c648778 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Jan 2020 16:42:38 -0500 Subject: reverted script --- .travis.yml.broken | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .travis.yml.broken (limited to '.travis.yml.broken') diff --git a/.travis.yml.broken b/.travis.yml.broken new file mode 100644 index 0000000..ee45ede --- /dev/null +++ b/.travis.yml.broken @@ -0,0 +1,50 @@ + +language: cpp +os: + - linux +# - osx +sudo: require +dist: trusty +#osx_image: xcode10.2 +before_install: + - export STAGE=before_install + - ./scripts/travis.sh +script: + - export STAGE=script + - ./scripts/travis.sh + +after_success: + - export STAGE=after_success + - ./scripts/travis.sh + - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh + - chmod +x send.sh + - ./send.sh success $WEBHOOK_URL +after_failure: + - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh + - chmod +x send.sh + - ./send.sh failure $WEBHOOK_URL + +compiler: + - gcc +dist: xenial + +#addons: +# homebrew: +# taps: +# - kde-mac/kde +# packages: +# - qt5 +# - gstreamer +# - gst-plugins-good +# - gst-plugins-bad +# - gst-plugins-ugly +# - cmake +# - libmusicbrainz +# - taglib +# - kf5-extra-cmake-modules +# update: true + +branches: + except: + - # Do not build tags that we create when we upload to GitHub Releases + - /^(?i:continuous)/ -- cgit v1.2.3