Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Aug 5, 2024
1 parent fffe41e commit 13a0793
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,22 +465,22 @@ jobs:
- name: Unpack the SDK
run: |
unzip lib3mf_sdk.zip/lib3mf_sdk.zip
- name: Build CppDynamic
run: |
sh Examples/CppDynamic/GenerateMake.sh
cd Examples/CppDynamic/build
cmake --build .
ls -al
./Example_ExtractInfo ../../Files/Helix.3mf
# - name: Build CppDynamic
# run: |
# sh Examples/CppDynamic/GenerateMake.sh
# cd Examples/CppDynamic/build
# cmake --build .
# ls -al
# ./Example_ExtractInfo ../../Files/Helix.3mf
# - name: Build Cpp
# run: |
# sh Examples/Cpp/GenerateMake.sh
# cd Examples/Cpp/build
# cmake --build .
# ./Example_ExtractInfo ../../Files/Helix.3mf
- name: Python Bindings
run: |
python Examples/Python/extract_info.py Examples/Files/Helix.3mf
# - name: Python Bindings
# run: |
# python Examples/Python/extract_info.py Examples/Files/Helix.3mf
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 13a0793

Please sign in to comment.