~xenrox/aoc2021

57496cb6c0f5794e39c9fdc227cc69e536a3fe6a — Thorben Günther 2 years ago 5ab02a7
Add build
1 files changed, 12 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +12 -0
@@ 0,0 1,12 @@
image: archlinux
packages:
  - go
sources:
  - https://git.xenrox.net/~xenrox/aoc2021
tasks:
  - test: |
      cd aoc2021
      go test ./...
  - run: |
      cd aoc2021
      go run main.go