From 37cc66ca21022e72adcd6701873c8ce2e045789d Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Wed, 28 Dec 2022 14:52:43 +0800 Subject: [PATCH] Finish CI --- .woodpecker/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index a436f1b..c397ce8 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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