diff options
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 9f61c96..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -sudo: false - -branches: - only: - - master - # Release branches - - /^[0-9]+\.[0-9]+$/ - -os: - - linux - -compiler: - - gcc - - clang - -env: - - MESON_ARGS="" - - RUN_TESTS_ARGS="--no-unittests" MESON_ARGS="--unity=on" - -language: - - cpp - -services: - - docker - -matrix: - include: - # Test cross builds separately, they do not use the global compiler - # Also hijack one cross build to test long commandline handling codepath (and avoid overloading Travis) - - os: linux - compiler: gcc - env: RUN_TESTS_ARGS="--cross ubuntu-armhf.json --cross linux-mingw-w64-64bit.json" MESON_RSP_THRESHOLD=0 - - os: linux - compiler: gcc - env: RUN_TESTS_ARGS="--cross ubuntu-armhf.json --cross linux-mingw-w64-64bit.json" MESON_ARGS="--unity=on" - -before_install: - - python ./skip_ci.py --base-branch-env=TRAVIS_BRANCH --is-pull-env=TRAVIS_PULL_REQUEST - - ./ci/travis_install.sh - -script: - - ./ci/travis_script.sh |