Skip to content

Commit

Permalink
Debug windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Dec 4, 2024
1 parent f1e4c12 commit 33af8a2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,15 @@ jobs:
- name: Unpack the SDK
run: |
unzip lib3mf_sdk.zip/lib3mf_sdk.zip
# - name: Build CppDynamic
# run: |
# ./Examples/CppDynamic/GenerateVS2019.bat
# cd Examples/CppDynamic/build
# cmake --build . --config Release
# ./Release/Example_ExtractInfo.exe ../../Files/Helix.3mf
- name: Build CppDynamic
run: |
./Examples/CppDynamic/GenerateVS2019.bat
cd Examples/CppDynamic/build
cmake --build . --config Release
dir
dir ../
dir ../../
./Release/Example_ExtractInfo.exe ../../Files/Helix.3mf
- name: Build Cpp
run: |
./Examples/Cpp/GenerateVS2019.bat
Expand Down

0 comments on commit 33af8a2

Please sign in to comment.