Fixed colours in test output on build server.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3e9fd2bea8
commit
178a38db07
|
@ -14,7 +14,7 @@ steps:
|
|||
- cmake -GNinja -DCMAKE_BUILD_TYPE=Debug . -B build-debug -DSTATICC=ON -DTESTS=ON
|
||||
- cmake --build build-debug --target all -- -j 4
|
||||
- cd build-debug
|
||||
- ./ArbutilsTests -s --duration=true --force-colour=true
|
||||
- ./ArbutilsTests -s --duration=true --force-colors=true
|
||||
- name: test-release-linux
|
||||
image: deukhoofd/linux64builder
|
||||
environment:
|
||||
|
@ -26,7 +26,7 @@ steps:
|
|||
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release -DSTATICC=ON -DTESTS=ON
|
||||
- cmake --build build-release --target all -- -j 4
|
||||
- cd build-debug
|
||||
- ./ArbutilsTests -s --duration=true --force-colour=true
|
||||
- ./ArbutilsTests -s --duration=true --force-colors=true
|
||||
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests --test-case-exclude="Throw exception get stack trace"
|
||||
- name: test-release-windows
|
||||
image: deukhoofd/windowsbuilder
|
||||
|
@ -38,7 +38,7 @@ steps:
|
|||
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release-windows -D CMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DWINDOWS=ON -DSTATICC=ON -DTESTS=ON
|
||||
- cmake --build build-release-windows --target all -- -j 4
|
||||
- export WINEARCH=win64
|
||||
- wine build-release-windows/ArbutilsTests.exe -s --duration=true --force-colour=true --test-case-exclude="Throw exception get stack trace"
|
||||
- wine build-release-windows/ArbutilsTests.exe -s --duration=true --force-colors=true --test-case-exclude="Throw exception get stack trace"
|
||||
- name: style-check
|
||||
image: deukhoofd/linux64builder
|
||||
failure: ignore
|
||||
|
|
Loading…
Reference in New Issue