Comment out trigger events
All checks were successful
ci/woodpecker/push/test Pipeline was successful
All checks were successful
ci/woodpecker/push/test Pipeline was successful
This commit is contained in:
parent
21061ccbdf
commit
bdf8bc8363
@ -1,12 +1,12 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
commands:
|
||||
- cmake .
|
||||
- cmake --build . --parallel $(nproc) --target all
|
||||
# when:
|
||||
# - event: push
|
||||
# branch: master
|
||||
# notify:
|
||||
# image: drillster/drone-email
|
||||
# when:
|
||||
|
Loading…
Reference in New Issue
Block a user