Update ci
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Sainnhe Park 2022-12-22 20:45:20 +08:00
parent bdf8bc8363
commit 6b1b5a6c6e
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,15 @@
branches: master
pipeline:
test:
image: docker.io/sainnhe/cmake:latest
commands:
- cmake .
- cmake --build . --parallel $(nproc) --target all
# when:
# - event: push
# branch: master
- ctest
# notify:
# image: drillster/drone-email
# when:
# status:
# - failure
# settings:
# from.address:
# from_secret: EMAIL_ADDRESS
@ -28,3 +26,6 @@ pipeline:
# no_starttls: true
# recipients:
# - i@sainnhe.dev
# when:
# status:
# - failure