Unverified Commit a9e252d4 by Edward Thomson Committed by GitHub

Update main.yml

parent c199d5e8
......@@ -49,6 +49,7 @@ jobs:
# Run our CI/CD builds.
build:
needs: [build_containers]
strategy:
matrix:
platform:
......@@ -69,9 +70,11 @@ jobs:
name: Build
runs-on: ${{ matrix.platform.os }}
steps:
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: |
mkdir build && cd build
../azure-pipelines/build.sh
../azure-pipelines/test.sh
- name: Check out repository
uses: actions/checkout@v2
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: |
mkdir build && cd build
../azure-pipelines/build.sh
../azure-pipelines/test.sh
shell: bash
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment