diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2021-02-24 10:55:09 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-02-24 10:55:09 +0100 |
| commit | ad59f1d7f1eab2734f054a93766abec2f2f080c9 (patch) | |
| tree | fef7f0cfd30eb8ce4430f94a63e71ce78408a4c8 | |
| parent | fb6f4070cdf4531d2105bcf0a42999f69b0bd10b (diff) | |
Remove .travis.yml, we are using GitLab CI these days
| -rw-r--r-- | .travis.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c010e1353..000000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: cpp -cache: ccache -sudo: required -services: - - docker -env: - global: - - DEBIAN_FRONTEND=noninteractive - matrix: - - USER=travis CMAKE_FLAGS= - - USER=root CMAKE_FLAGS=-DWITH_DOC=OFF -install: - - sed -i -e "s#1000#$(id -u)#g" Dockerfile - - docker build --tag=apt-ci . -before_script: - - docker run --rm -w $PWD -v $HOME/.ccache:$HOME/.ccache -v $PWD:$PWD --user=travis apt-ci sh -e -c "mkdir build && cd build && env PATH=/usr/lib/ccache:\$PATH cmake -DCMAKE_BUILD_TYPE=Coverage -G Ninja $CMAKE_FLAGS .." - - docker run --rm -w $PWD -v $HOME/.ccache:$HOME/.ccache -v $PWD:$PWD --user=travis apt-ci ninja -C build -script: - - docker run --rm -w $PWD -v $PWD:$PWD --user=travis apt-ci env CTEST_OUTPUT_ON_FAILURE=1 ninja -C build test - - docker run --rm -w $PWD -v $PWD:$PWD --user=travis apt-ci env DESTDIR=$PWD/rootdir chronic ninja -C build install - - docker run --rm -w $PWD -v $PWD:$PWD --user=$USER --tmpfs /tmp:suid,exec apt-ci unbuffer ./test/integration/run-tests -qq -j 4 -after_script: - - docker run --rm -w $PWD/build -v $PWD:$PWD --user=$USER `bash <(curl -s https://codecov.io/env)` apt-ci bash -c 'bash <(curl -s https://codecov.io/bash)' |
