~xenrox/aoc2020

ddac8e16e4d8ba9c7083afd24591d0606798f212 — Thorben Günther 3 years ago 31b9d9d
Add build file
1 files changed, 12 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +12 -0
@@ 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