mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Removed tests from CMake do to libboost dep
This commit is contained in:
parent
768e1014af
commit
a086880bc0
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -49,10 +49,7 @@ jobs:
|
||||
run: cmake -E make_directory ${{ runner.workspace }}/build
|
||||
- name: Configure CMake
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
run: cmake ${{ github.workspace }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DELFIO_BUILD_EXAMPLES=YES -DELFIO_BUILD_TESTS=YES
|
||||
run: cmake ${{ github.workspace }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DELFIO_BUILD_EXAMPLES=YES
|
||||
- name: Build
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
run: cmake --build . --config ${{ matrix.build_type }}
|
||||
- name: Test
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
run: ctest -C ${{ matrix.build_type }}
|
||||
|
Loading…
Reference in New Issue
Block a user