Skip to content

Commit

Permalink
Update windows-x86-cpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Aug 20, 2023
1 parent a81e64f commit cb369ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/windows-x86-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
name: ${{ matrix.vs-version }}-qwq
path: ${{ matrix.vs-version }}-qwq.zip

# - name: test
# run: cd build; ctest -C Release --output-on-failure -j 2
# - name: build-shared
# run: |
# mkdir build-shared; cd build-shared
# cmake -T ${{ matrix.toolset-version }},host=x64 -A Win32 -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF -DNCNN_SHARED_LIB=ON ..
# cmake --build . --config Release -j 2
- name: test
run: cd build; ctest -C Release --output-on-failure -j 2
- name: build-shared
run: |
mkdir build-shared; cd build-shared
cmake -T ${{ matrix.toolset-version }},host=x64 -A Win32 -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF -DNCNN_SHARED_LIB=ON ..
cmake --build . --config Release -j 2

0 comments on commit cb369ac

Please sign in to comment.