diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 00:58:34 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 00:58:34 -0500 |
| commit | 5822baba1d687aab4b1ceafbad2382ae6b4703c3 (patch) | |
| tree | b18c4f556faf6543fc2aaca00ae802f181d47a6f /.travis.yml | |
| parent | 462c771eac9c7e216d9532f88d5391224f153c5a (diff) | |
| download | erable-godot-5822baba1d687aab4b1ceafbad2382ae6b4703c3.tar.gz erable-godot-5822baba1d687aab4b1ceafbad2382ae6b4703c3.tar.bz2 erable-godot-5822baba1d687aab4b1ceafbad2382ae6b4703c3.zip | |
Removed remaining old files
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index aafbbd1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ - -language: cpp -sudo: require -dist: trusty -before_install: - - sudo apt-get install libtag1-dev qt5-qmake libqt5x11extras5-dev qt5-default qttools5-dev-tools libqt5svg5-dev qtmultimedia5-dev libgtk2.0-dev -script: - - qmake - - make -j$(nproc) - - make install INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/ - - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - - chmod a+x linuxdeployqt-continuous-x86_64.AppImage - - "./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -bundle-non-qt-libs" - - "./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage" -after_success: - - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh - - bash upload.sh AleePlayer*.AppImage* - - 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 - -branches: - except: - - # Do not build tags that we create when we upload to GitHub Releases - - /^(?i:continuous)/ |
