1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00

Don't do test coverage on Fedora as it's broken for some reason

==> git not installed, testing for mercurial
==> git nor mercurial are installed. Uploader may fail or have unintended consequences
==> curl not installed. Exiting.
ninja: build stopped: subcommand failed.
Command exited with the value: 1
MakeCommand:/usr/bin/cmake --build . --config "Release" --target "coverage_upload" -- -j1
   0 Compiler errors
   8 Compiler warnings
Error(s) when building project
ERROR: Collecting and uploading coverage failed!
This commit is contained in:
tsjost 2021-10-12 17:12:58 +02:00
parent a5b83e2e09
commit 8c87e30b05

View File

@ -10,7 +10,7 @@ matrix:
- scripts/docker/docker_travis.sh "ubuntu_latest.docker"
- os: linux
compiler: clang
env: NAME="Fedora Linux (Latest)" NAME_SUFFIX="fedora-llvm" TEST_COVERAGE=1
env: NAME="Fedora Linux (Latest)" NAME_SUFFIX="fedora-llvm"
services: docker
script:
- scripts/docker/docker_travis.sh "fedora_latest.docker"