Add continuous integration with Github actions

This commit is contained in:
Mark Spanbroek 2020-09-07 14:09:17 +02:00
parent 6fdeaa707a
commit 83b5b8cfb9
1 changed files with 15 additions and 0 deletions

15
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v1.1
- name: Build
run: nimble install -y