Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Nov 25, 2024
1 parent 10e41a4 commit 846b5a6
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 @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Run version extraction script and set environment variable
id: set-version
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- run: sudo apt install -y valgrind uuid-dev
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: sh cmake/GenerateMake.sh
- run: cmake --build . --target lib3mf_memcheck
working-directory: ./build
Expand All @@ -43,7 +43,7 @@ jobs:
- run: sudo apt install -y uuid-dev
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: mkdir -p build
- run: zip -r build/bindings.zip Autogenerated/Bindings
- name: Archive bindings
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: sh cmake/GenerateMake.sh
- run: cmake --build .
working-directory: ./build
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: sh cmake/GenerateMake.sh "Debug"
- run: cmake --build .
working-directory: ./build
Expand All @@ -166,7 +166,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Install Prerequisites
run: |
brew install lcov
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: ./cmake/GenerateVS2019.bat
- run: cmake --build . --config Release
working-directory: ./build
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: ./cmake/GenerateVS2019.bat
- run: cmake --build . --config Debug
working-directory: ./build
Expand All @@ -256,7 +256,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: ./cmake/GenerateVS2019_32bit.bat
- run: cmake --build . --config Release
working-directory: ./build_32bit
Expand All @@ -279,7 +279,7 @@ jobs:
- run: choco install mingw -y
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- run: ./cmake/GenerateMinGW.bat
- run: cmake --build .
working-directory: ./build
Expand Down

0 comments on commit 846b5a6

Please sign in to comment.