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