summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-05-27 22:04:45 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-05-27 22:04:45 +0200
commit9ad50b6aeb13bc449e4f6e596dd91e79338f070e (patch)
tree314df570e4a9e8c78259548c6a58b2c9e8043ad5 /.woodpecker.yml
parent73b0d380adb34e94a60b5506699ed0ecc0ec0b07 (diff)
Basic woodpecker-ci config
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644
index 0000000..f3b0e5c
--- /dev/null
+++ b/.woodpecker.yml
@@ -0,0 +1,7 @@
+pipeline:
+ test:
+ image: rust
+ environment: [CARGO_TERM_COLOR=always]
+ commands:
+ - rustup default stable
+ - cargo test