mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-30 04:47:20 +02:00
Removed CMake tests from GHA config.
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -235,10 +235,6 @@ jobs:
|
|||||||
cxxstd: "03,11,14,17,2a"
|
cxxstd: "03,11,14,17,2a"
|
||||||
os: macos-10.15
|
os: macos-10.15
|
||||||
|
|
||||||
- name: CMake tests
|
|
||||||
cmake_tests: 1
|
|
||||||
os: ubuntu-20.04
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
container: ${{matrix.container}}
|
container: ${{matrix.container}}
|
||||||
|
|
||||||
@ -402,15 +398,3 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
B2_ARGS+=("libs/$LIBRARY/test")
|
B2_ARGS+=("libs/$LIBRARY/test")
|
||||||
./b2 "${B2_ARGS[@]}"
|
./b2 "${B2_ARGS[@]}"
|
||||||
|
|
||||||
- name: Run CMake tests
|
|
||||||
if: matrix.cmake_tests
|
|
||||||
run: |
|
|
||||||
cd ../boost-root
|
|
||||||
mkdir __build_static__ && cd __build_static__
|
|
||||||
cmake ../libs/$LIBRARY/test/test_cmake
|
|
||||||
cmake --build . --target boost_${LIBRARY}_cmake_self_test -j $BUILD_JOBS
|
|
||||||
cd ..
|
|
||||||
mkdir __build_shared__ && cd __build_shared__
|
|
||||||
cmake -DBUILD_SHARED_LIBS=On ../libs/$LIBRARY/test/test_cmake
|
|
||||||
cmake --build . --target boost_${LIBRARY}_cmake_self_test -j $BUILD_JOBS
|
|
||||||
|
Reference in New Issue
Block a user