Browse Source

First crack at a build workflow

Phil Howard 3 years ago
parent
commit
50fa6362f9
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .github/workflows/build.yml

+ 16 - 0
.github/workflows/build.yml

@@ -0,0 +1,16 @@
+name: Build
+
+on:
+  pull_request:
+  push:
+    branches:
+      - master
+
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: Run build
+        run: |
+          ./build