"docs/source/vscode:/vscode.git/clone" did not exist on "4bd4d6e3489bcc9c95f63eff71c0ab9aa5e1e829"
Unverified Commit 9db84f4c authored by Adrià Arrufat's avatar Adrià Arrufat Committed by GitHub
Browse files

Build ancillary tools on Windows (#2583)

* Build ancillary tools on Windows

* Fix dtoc name
parent 4d92c302
......@@ -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'
......
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