"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1f948109b80b8181b06aa6fc39f27a908b27322d"
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: ...@@ -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 ancillary tools
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel 4
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