summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-06-06 21:17:54 +0100
committerGitHub <noreply@github.com>2020-06-06 21:17:54 +0100
commit070633db1486ca95acaf770709f94602ffb3f76b (patch)
tree8e997e415505dba1ecd7609a293032a03209b45c /.github
parentf356952bc2dac63f6dd5e2b0437ffcd2e1060c98 (diff)
downloadlibgit2-070633db1486ca95acaf770709f94602ffb3f76b.tar.gz
Update main.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9c58e87c2..299667ef4 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 }}