Further attempts at fixing CI.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2021-10-02 13:39:57 +02:00
parent 885bcde7c8
commit 33047da63e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: default
workspace:
path: /home/build
path: /home/build/pkmnLib
type: docker
steps:
@ -13,7 +13,6 @@ steps:
CC: clang
CXX: clang++
commands:
- conan remote add epsilon-public https://packages.p-epsilon.com/
- cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ . -B build-debug -DSTATICC=ON -DTESTS=ON -DSHARED=ON
- cmake --build build-debug --target all -- -j 4
- build-debug/pkmnLibTests -s --duration=true --force-colors=true
@ -23,7 +22,6 @@ steps:
CC: clang
CXX: clang++
commands:
- conan remote add epsilon-public https://packages.p-epsilon.com/
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ . -B build-release -DSTATICC=ON -DTESTS=ON -DSHARED=ON
- cmake --build build-release --target all -- -j 4
- build-release/pkmnLibTests -s --duration=true --force-colors=true
@ -59,6 +57,6 @@ steps:
- wine64 build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
---
kind: signature
hmac: 2171c6543fdbf28c73f54cc4007d55d912ba92d431694135f33af5c9ecba8c7e
hmac: 008f18aa2d629f44acaadac412e1145b94d7da7453ed1cf9097f7087e2efe6ee
...