mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 12:58:05 +03: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:
parent
a5b83e2e09
commit
8c87e30b05
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue