Update ci
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Sainnhe Park 2022-12-22 20:45:20 +08:00
parent bdf8bc8363
commit 6b1b5a6c6e

View File

@ -1,17 +1,15 @@
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
# when: - ctest
# - event: push
# branch: master
# notify: # notify:
# image: drillster/drone-email # image: drillster/drone-email
# when:
# status:
# - failure
# settings: # settings:
# from.address: # from.address:
# from_secret: EMAIL_ADDRESS # from_secret: EMAIL_ADDRESS
@ -28,3 +26,6 @@ pipeline:
# no_starttls: true # no_starttls: true
# recipients: # recipients:
# - i@sainnhe.dev # - i@sainnhe.dev
# when:
# status:
# - failure