Finish CI
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Sainnhe Park 2022-12-28 14:52:43 +08:00
parent d7c202e014
commit 37cc66ca21

View File

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