Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent 243eb93 commit c4fef6a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ jobs:
cmake -DENABLE_TESTING=OFF -DSTATICCOMPILE=${{ matrix.staticcompile }} ..
make
cd ../..
- name: Checkout SBVA
uses: actions/checkout@v4
with:
repository: meelgroup/sbva
ref: master
path: sbva

- name: Build SBVA
run: |
cd sbva
mkdir build && cd build
cmake ..
make -j8
cd ../..
- name: Checkout Arjun
uses: actions/checkout@v2
Expand Down

0 comments on commit c4fef6a

Please sign in to comment.