Skip to content

Commit 6fe1585

Browse files
committed
Test integration in workflow
1 parent ae36ef9 commit 6fe1585

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ jobs:
8484
- name: Install
8585
working-directory: ./build
8686
run: ${{ matrix.config.sudocmd }} cmake --install .
87+
- name: Integration Test
88+
working-directory: ./test/integration
89+
run: |
90+
mkdir build
91+
cd build
92+
cmake .. ${{ matrix.config.cmake_extra_args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }}
93+
cmake --build . -j ${{ matrix.config.cores }} --config ${{ matrix.config.config }}
94+
continue-on-error: true
8795
- name: Create packages
8896
working-directory: ./build
8997
run: ${{ matrix.config.sudocmd }} cpack

0 commit comments

Comments
 (0)