Skip to content

Commit

Permalink
enable some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 22, 2024
1 parent a61dd1a commit 3a8e1c2
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,28 +195,29 @@ jobs:
# working-directory: ./build
# - run: ctest -V
# working-directory: ./build
# assemble-sdk:
# runs-on: ubuntu-20.04
assemble-sdk:
runs-on: ubuntu-20.04
# needs: [ build-windows-release, build-macos, build-linux-ubi8-gcc12 ]
# steps:
# - run: sudo apt install -y zip unzip
# - run: mkdir build
# - uses: actions/checkout@v2
# with:
# submodules: false
# - name: Download all workflow run artifacts
# uses: actions/download-artifact@v2
# with:
# path: ./build
# - run: ls -Rl ./build
# - run: unzip bindings.zip/bindings.zip
# working-directory: ./build
# - run: bash SDK/GenerateSDK_github.sh
# - name: Archive SDK artifact
# uses: actions/upload-artifact@v2
# with:
# name: lib3mf_sdk.zip
# path: build/lib3mf_sdk.zip
needs: [ build-linux-ubi8-gcc12 ]
steps:
- run: sudo apt install -y zip unzip
- run: mkdir build
- uses: actions/checkout@v2
with:
submodules: false
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
with:
path: ./build
- run: ls -Rl ./build
- run: unzip bindings.zip/bindings.zip
working-directory: ./build
- run: bash SDK/GenerateSDK_github.sh
- name: Archive SDK artifact
uses: actions/upload-artifact@v2
with:
name: lib3mf_sdk.zip
path: build/lib3mf_sdk.zip
# deploy-linux:
# runs-on: ubuntu-20.04
# needs: [ assemble-sdk ]
Expand Down Expand Up @@ -458,7 +459,7 @@ jobs:
integration-tests-latest-commit:
runs-on: ubuntu-20.04
needs: [build-linux-ubi8-gcc12]
needs: [ assemble-sdk ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 3a8e1c2

Please sign in to comment.