Finish CI
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Sainnhe Park 2022-12-28 14:52:43 +08:00
parent d7c202e014
commit 37cc66ca21
1 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,12 @@
branches: master
pipeline:
# test:
# image: docker.io/sainnhe/cmake:latest
# commands:
# - cmake .
# - cmake --build . --parallel $(nproc) --target all
# - ctest
test:
image: docker.io/sainnhe/cmake:latest
commands:
- cmake .
- cmake --build . --parallel $(nproc) --target all
- ctest
notify:
image: sainnhe/mailer
commands:
@ -25,6 +25,6 @@ pipeline:
environment:
- MAILER_SUBJECT=Run Failed
- MAILER_BODY=${CI_BUILD_LINK}
# when:
# status:
# - failure
when:
status:
- failure