Build ancillary tools on Windows (#2583)

* Build ancillary tools on Windows

* Fix dtoc name
pull/2584/head
Adrià Arrufat 2 years ago committed by GitHub
parent 4d92c302c0
commit 9db84f4c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save