Commit 070633db1486ca95acaf770709f94602ffb3f76b

Edward Thomson 2020-06-06T21:17:54

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9c58e87..299667e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -46,3 +46,15 @@ jobs:
         docker push ${{ env.docker-registry }}/${{ env.docker-container }}:latest
       working-directory: ${{ env.docker-config-path }}
       if: env.docker-container-exists != 'true'
+
+  # Run our CI/CD builds.
+  build:
+    strategy:
+      matrix:
+        platform:
+        - - os: ubuntu-latest
+            image: 'ubuntu:xenial' }
+          - os: macos-latest
+          - os: windows-latest
+    name: Build
+      runs-os: ${{ matrix.platform.os }}