Further attempts at fixing CI.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
885bcde7c8
commit
33047da63e
|
@ -3,7 +3,7 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
path: /home/build
|
path: /home/build/pkmnLib
|
||||||
|
|
||||||
type: docker
|
type: docker
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,7 +13,6 @@ steps:
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
commands:
|
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 -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
|
- cmake --build build-debug --target all -- -j 4
|
||||||
- build-debug/pkmnLibTests -s --duration=true --force-colors=true
|
- build-debug/pkmnLibTests -s --duration=true --force-colors=true
|
||||||
|
@ -23,7 +22,6 @@ steps:
|
||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
commands:
|
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 -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
|
- cmake --build build-release --target all -- -j 4
|
||||||
- build-release/pkmnLibTests -s --duration=true --force-colors=true
|
- 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
|
- wine64 build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2171c6543fdbf28c73f54cc4007d55d912ba92d431694135f33af5c9ecba8c7e
|
hmac: 008f18aa2d629f44acaadac412e1145b94d7da7453ed1cf9097f7087e2efe6ee
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue