This commit is contained in:
parent
bdf8bc8363
commit
6b1b5a6c6e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user