This commit is contained in:
parent
d7c202e014
commit
37cc66ca21
@ -1,12 +1,12 @@
|
||||
branches: master
|
||||
|
||||
pipeline:
|
||||
# test:
|
||||
# image: docker.io/sainnhe/cmake:latest
|
||||
# commands:
|
||||
# - cmake .
|
||||
# - cmake --build . --parallel $(nproc) --target all
|
||||
# - ctest
|
||||
test:
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
commands:
|
||||
- cmake .
|
||||
- cmake --build . --parallel $(nproc) --target all
|
||||
- ctest
|
||||
notify:
|
||||
image: sainnhe/mailer
|
||||
commands:
|
||||
@ -25,6 +25,6 @@ pipeline:
|
||||
environment:
|
||||
- MAILER_SUBJECT=Run Failed
|
||||
- MAILER_BODY=${CI_BUILD_LINK}
|
||||
# when:
|
||||
# status:
|
||||
# - failure
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
Loading…
Reference in New Issue
Block a user