Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 21, 2024
1 parent d15068a commit 03e771e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,7 @@ jobs:
sh latest_lib3mf_sdk/Examples/CppDynamic/GenerateMake.sh
cd latest_lib3mf_sdk/Examples/CppDynamic/build
cmake --build .
echo "First Debug"
ls -al ../../
echo "Second Debug"
ls -al ../../../
echo "Following script will fail"
cp * ../../../test_suites/
cp *.so ../../../test_suites/ || true
cp -r * ../../../../test_suites/
- name: Run integration tests with latest SDK
run: |
Expand All @@ -429,8 +423,7 @@ jobs:
sh second_latest_lib3mf_sdk/Examples/CppDynamic/GenerateMake.sh
cd second_latest_lib3mf_sdk/Examples/CppDynamic/build
cmake --build .
cp * ../../../test_suites/
cp *.so ../../../test_suites/ || true
cp -r * ../../../../test_suites/
- name: Run integration tests with second latest SDK
run: |
Expand Down

0 comments on commit 03e771e

Please sign in to comment.