From 44173af40a473c025b318094e2106bb00bd6bb0c Mon Sep 17 00:00:00 2001 From: Natty Date: Thu, 30 Mar 2023 22:56:23 +0200 Subject: [PATCH] Experimental CI setup --- .woodpecker/test-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .woodpecker/test-build.yml diff --git a/.woodpecker/test-build.yml b/.woodpecker/test-build.yml new file mode 100644 index 0000000..2d73a88 --- /dev/null +++ b/.woodpecker/test-build.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: docker.io/rust:1.68.2-buster + commands: + - cargo build +branches: [main] \ No newline at end of file