leetcode/.woodpecker/test.yml
Sainnhe Park bdf8bc8363
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Comment out trigger events
2022-12-22 18:30:57 +08:00

31 lines
711 B
YAML

pipeline:
test:
image: docker.io/sainnhe/cmake:latest
commands:
- cmake .
- cmake --build . --parallel $(nproc) --target all
# when:
# - event: push
# branch: master
# notify:
# image: drillster/drone-email
# when:
# status:
# - failure
# settings:
# from.address:
# from_secret: EMAIL_ADDRESS
# from.name:
# from_secret: EMAIL_SENDER
# host:
# from_secret: EMAIL_HOST
# port:
# from_secret: EMAIL_PORT
# username:
# from_secret: EMAIL_USERNAME
# password:
# from_secret: EMAIL_PASSWORD
# no_starttls: true
# recipients:
# - i@sainnhe.dev