Add GitHub CI build workflow.

master
James T. Martin 2020-08-14 20:14:08 -07:00
parent e03455ab9c
commit 7dde895ef2
Signed by: james
GPG Key ID: 4B7F3DA9351E577C
1 changed files with 19 additions and 0 deletions

19
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install latest Haskell Stack
uses: actions/setup-haskell@v1.1
with:
enable-stack: true
- name: Build
run: stack build