Unverified Commit fbb71d0c by Edward Thomson Committed by GitHub

Update main.yml

parent 982a1def
...@@ -73,9 +73,11 @@ jobs: ...@@ -73,9 +73,11 @@ jobs:
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: |
env
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}} - run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
- run: | - run: |
mkdir build && cd build mkdir build && cd build
../azure-pipelines/build.sh ../azure-pipelines/build.sh
../azure-pipelines/test.sh ../azure-pipelines/test.sh
shell: bash 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