update .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
2f3e21c1a7
commit
9dfa9d3487
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@ steps:
|
||||||
- cd build-gcc
|
- cd build-gcc
|
||||||
- cmake3 -DSCALAR_BUILD=on ..
|
- cmake3 -DSCALAR_BUILD=on ..
|
||||||
- make -j2
|
- make -j2
|
||||||
- make test
|
|
||||||
- cat /woodpecker/src/git.f3l.de/chizeta/cnorxz/build-gcc/Testing/Temporary/LastTest.log
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir build-clang
|
- mkdir build-clang
|
||||||
- cd build-clang
|
- cd build-clang
|
||||||
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DSCALAR_BUILD=on ..
|
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DSCALAR_BUILD=on ..
|
||||||
- make -j2
|
- make -j2
|
||||||
|
- cd ../build-gcc
|
||||||
|
- make test
|
||||||
|
- cd ../build-clang
|
||||||
- make test
|
- make test
|
||||||
- cat /woodpecker/src/git.f3l.de/chizeta/cnorxz/build-clang/Testing/Temporary/LastTest.log
|
|
||||||
|
|
Loading…
Reference in a new issue