Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 11, 2024
1 parent f66b7d3 commit 1bcc76a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ..
cmake --build . --config ${{env.BUILD_TYPE}}
cd ../../..
- name: Checkout SBVA
uses: actions/checkout@v2
with:
repository: meelgroup/sbva
ref: master
path: sbva

- name: Build SBVA
run: |
cd sbva
mkdir build && cd build
cmake ..
make -j8
cd ../..
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 1bcc76a

Please sign in to comment.