From ddac8e16e4d8ba9c7083afd24591d0606798f212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Wed, 7 Apr 2021 15:16:15 +0200 Subject: [PATCH] Add build file --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..69538df --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: archlinux +packages: + - rust +sources: + - https://git.xenrox.net/~xenrox/aoc2020 +tasks: + - test: | + cd aoc2020 + cargo test + - run: | + cd aoc2020 + cargo run -- 2.44.0