mirror of
https://github.com/serge1/ELFIO.git
synced 2025-04-23 17:42:28 +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
|
run: cmake -E make_directory ${{ runner.workspace }}/build
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{ runner.workspace }}/build
|
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
|
- name: Build
|
||||||
working-directory: ${{ runner.workspace }}/build
|
working-directory: ${{ runner.workspace }}/build
|
||||||
run: cmake --build . --config ${{ matrix.build_type }}
|
run: cmake --build . --config ${{ matrix.build_type }}
|
||||||
- name: Test
|
|
||||||
working-directory: ${{ runner.workspace }}/build
|
|
||||||
run: ctest -C ${{ matrix.build_type }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user