From 9264fe17c943d34a988c1ae954d35293abce947f Mon Sep 17 00:00:00 2001 From: moson-mo Date: Sun, 28 Nov 2021 13:23:59 +0100 Subject: [PATCH] Add CI Build on push / pull_requests --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..fdf7257 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: build + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: jiro4989/setup-nim-action@v1 + with: + nim-version: 'stable' + - run: nimble -y build -d:release --gc:arc