mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Build examples and other ancillary tools on windows too
This commit is contained in:
parent
a7ae55b785
commit
e264c26641
2
.github/workflows/build_cpp.yml
vendored
2
.github/workflows/build_cpp.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user