diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-01-26 13:28:08 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-01-26 13:28:08 +0100 |
commit | 4352aeee488889f47697b884398e24c68082123b (patch) | |
tree | 97f991eed9fb79c7d5401f53542baba8e7fb87f3 | |
parent | 64699b4beca3ca50da02ef3f434b79a9b8d0b716 (diff) |
travis-ci: fixed wrong pkg name, removed unfetchable gitlab pipeline badge
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f1e8f97..38ad62a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y git debhelper fakeroot - sudo apt-get install -y libpcap-dev libselinux1-dev libbsd-dev -- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev clang-5.0 +- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev clang mingw-w64-common - sudo apt-get install -y autoconf automake dh-autoreconf after_failure: @@ -14,7 +14,7 @@ script: - git clean -df . && export CC=i686-w64-mingw32-gcc && autoreconf -fi && ./configure --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) && make CFLAGS='-Werror' -- git clean -df . && export CC=clang-5.0 && autoreconf -fi && ./configure && make +- git clean -df . && export CC=clang && autoreconf -fi && ./configure && make CFLAGS='-Werror -Wno-error=for-loop-analysis' V=s env: global: @@ -1,5 +1,4 @@ [](https://travis-ci.org/lnslbrty/ptunnel-ng) -[](https://gitlab.com/lnslbrty/ptunnel-ng/commits/master) [](https://scan.coverity.com/projects/14737) [](https://www.codacy.com/app/lnslbrty/ptunnel-ng?utm_source=github.com&utm_medium=referral&utm_content=lnslbrty/ptunnel-ng&utm_campaign=Badge_Grade) [](https://github.com/lnslbrty/ptunnel-ng/issues) |