This commit is contained in:
parent
d7c202e014
commit
37cc66ca21
@ -1,12 +1,12 @@
|
|||||||
branches: master
|
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
|
||||||
# - ctest
|
- ctest
|
||||||
notify:
|
notify:
|
||||||
image: sainnhe/mailer
|
image: sainnhe/mailer
|
||||||
commands:
|
commands:
|
||||||
@ -25,6 +25,6 @@ pipeline:
|
|||||||
environment:
|
environment:
|
||||||
- MAILER_SUBJECT=Run Failed
|
- MAILER_SUBJECT=Run Failed
|
||||||
- MAILER_BODY=${CI_BUILD_LINK}
|
- MAILER_BODY=${CI_BUILD_LINK}
|
||||||
# when:
|
when:
|
||||||
# status:
|
status:
|
||||||
# - failure
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user