Skip to content

Commit

Permalink
shuffle paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jun 3, 2024
1 parent f6c74c5 commit 0e7bf1b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,17 +422,19 @@ jobs:
- name: Unpack the cpacked SDK
run: |
unzip lib3mf-${{ env.LIB3MF_VERSION }}-Windows.zip/lib3mf-${{ env.LIB3MF_VERSION }}-Windows.zip
- name: Build CppDynamic (Windows)
- name: Build CppDynamic - CPack (Windows)
run: |
./SDK/CPackExamples/CppDynamicNew/GenerateVS2019.bat
cd SDK/CPackExamples/CppDynamicNew/build
cmake --build . --config Release
ls ../../
./Release/Example_ExtractInfo.exe ../../Examples/Files/Helix.3mf
- name: Build Cpp (Windows)
- name: Build Cpp - CPack (Windows)
run: |
./SDK/CPackExamples/CppNew/GenerateVS2019.bat
cd SDK/CPackExamples/CppNew/build
cmake --build . --config Release
ls ../../
./Release/Example_ExtractInfo.exe ../../Examples/Files/Helix.3mf
deploy-macos:
Expand All @@ -459,17 +461,16 @@ jobs:
cd Examples/Cpp/build
cmake --build .
./Example_ExtractInfo ../../Files/Helix.3mf
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- name: Download lib3mf cpack (Darwin)
uses: actions/download-artifact@v2
with:
name: lib3mf-${{ env.LIB3MF_VERSION }}-Darwin.zip
path: lib3mf-${{ env.LIB3MF_VERSION }}-Darwin.zip
- run: ls -Rl .
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- run: ls -Rl .
- name: Unpack the cpacked SDK (Darwin)
run: |
unzip lib3mf-${{ env.LIB3MF_VERSION }}-Darwin.zip/lib3mf-${{ env.LIB3MF_VERSION }}-Darwin.zip
Expand Down

0 comments on commit 0e7bf1b

Please sign in to comment.