Skip to content

Commit

Permalink
fix gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Aug 5, 2024
1 parent 802c07b commit d64fa51
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: lib3mf.dylib
path: build/lib3mf.dylib
path: build/lib3mf.${{ env.LIB3MF_VERSION }}.0.dylib
- name: Upload Artifact (CPacked Archive)
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -466,22 +466,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 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: 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: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d64fa51

Please sign in to comment.