This commit is contained in:
parent
6785b9c741
commit
57cba1f815
@ -4,7 +4,7 @@ pipeline:
|
||||
test:
|
||||
when:
|
||||
path: [".woodpecker/*", "include/*", "src/*", "tests/*", "CMakeLists.txt"]
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
image: quay.io/sainnhe/cmake:latest
|
||||
commands:
|
||||
- cmake .
|
||||
- cmake --build . --parallel $(nproc) --target all
|
||||
@ -13,7 +13,7 @@ pipeline:
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
image: docker.io/sainnhe/mailer:latest
|
||||
image: quay.io/sainnhe/mailer:latest
|
||||
commands:
|
||||
- mailer
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user