Commit e264c266 authored by Davis King's avatar Davis King
Browse files

Build examples and other ancillary tools on windows too

parent a7ae55b7
...@@ -111,6 +111,8 @@ jobs: ...@@ -111,6 +111,8 @@ jobs:
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest --parallel 4 run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest --parallel 4
- name: Test - name: Test
run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q
- name: Build examples, etc
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --parallel 2
macos-latest: macos-latest:
runs-on: 'macos-latest' runs-on: 'macos-latest'
......
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