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