gomcaptcha/.woodpecker.yml

13 lines
173 B
YAML
Raw Permalink Normal View History

2024-01-08 04:20:01 +05:30
steps:
2024-01-08 04:41:18 +05:30
deps:
2024-01-08 04:20:01 +05:30
image: rust
2024-01-08 04:41:18 +05:30
commands:
- make rust.test
- make rust.build
build:
2024-01-08 04:43:33 +05:30
image: golang
2024-01-08 04:20:01 +05:30
commands:
- make test
2024-01-08 04:41:18 +05:30
- make example