mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Build ancillary tools on Windows (#2583)
* Build ancillary tools on Windows * Fix dtoc name
This commit is contained in:
parent
4d92c302c0
commit
9db84f4c24
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
|
||||
- name: Test
|
||||
run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q
|
||||
- name: Build ancillary tools
|
||||
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel 4
|
||||
|
||||
macos-latest:
|
||||
runs-on: 'macos-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user