From 6b1b5a6c6e1bf55ae0ed6b6b287d530d4ffc5da5 Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Thu, 22 Dec 2022 20:45:20 +0800 Subject: [PATCH] Update ci --- .woodpecker/test.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b4b7687..08422af 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -1,17 +1,15 @@ +branches: master + pipeline: test: image: docker.io/sainnhe/cmake:latest commands: - cmake . - cmake --build . --parallel $(nproc) --target all - # when: - # - event: push - # branch: master + - ctest + # notify: # image: drillster/drone-email - # when: - # status: - # - failure # settings: # from.address: # from_secret: EMAIL_ADDRESS @@ -28,3 +26,6 @@ pipeline: # no_starttls: true # recipients: # - i@sainnhe.dev + # when: + # status: + # - failure