diff options
author | Přemysl Janouch <p@janouch.name> | 2018-06-24 05:24:03 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-06-24 05:24:03 +0200 |
commit | 4b191cce3d599a16ac5cb0e2bfe93ede3a144539 (patch) | |
tree | 4cc901cb6bf7490d463f8171c2b788a0dd6e22ab | |
parent | f09628dabd17a2ba2223f5549a021a55eb446545 (diff) | |
download | tdv-4b191cce3d599a16ac5cb0e2bfe93ede3a144539.tar.gz tdv-4b191cce3d599a16ac5cb0e2bfe93ede3a144539.tar.xz tdv-4b191cce3d599a16ac5cb0e2bfe93ede3a144539.zip |
Remove .travis.yml
We don't depend on any proprietary services no longer. I'll have to
make my own replacements with blackjack and hookers. Until then,
the file stays in the commit log as an example.
-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 1d2bc8a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -language: c -notifications: - irc: - channels: "irc.janouch.name#dev" - use_notice: true - skip_join: true - template: - - "%{repository_name}#%{build_number} on %{branch}: %{message}" - - " %{compare_url}" - - " %{build_url}" - on_success: change - on_failure: always -env: - global: - - secure: "N6CD6ynyF+YpxhyQ6UkRz0pDQiM7jVqP5o5xkXuOP4I7+58Fq6ThEB/LK0NLIwHH9MVIyNWovlf5HHhkaLUW7qVFpmcxM3AGL0lAqaGIbZ8uCVuoL7ERtqpJ3uPl6hrt+tdUaSVvXQgteuTDgprQRICCDBxR/1s7/qBAL1T6VK0=" -addons: - coverity_scan: - project: - name: "pjanouch/sdtui" - description: "StarDict terminal UI" - notification_email: p.janouch@gmail.com - build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_GTK=ON -DBUILD_TESTING=ON" - build_command: "make" - branch_pattern: coverity_scan -compiler: - - clang - - gcc -before_install: - - sudo apt-get update -qq -install: - - sudo apt-get install -y xsltproc docbook-xsl zlib1g-dev libncursesw5-dev - - sudo apt-get install -y libgtk-3-dev libpango1.0-dev libicu-dev -before_script: - - mkdir build - - cd build -script: - - cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_GTK=ON -DBUILD_TESTING=ON - - make - - cpack -G DEB - # We've excluded the tests in termo from the build - - sed -i -e "/^subdirs/d" -e "/^SUBDIRS/d" CTestTestfile.cmake - - ctest -V |