mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Remove static/shared tests, System is header-only
This commit is contained in:
33
.github/workflows/ci.yml
vendored
33
.github/workflows/ci.yml
vendored
@ -196,17 +196,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
shared: ON
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
shared: ON
|
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
shared: OFF
|
|
||||||
- os: macos-10.15
|
|
||||||
shared: ON
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@ -241,7 +232,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ../boost-root/libs/$LIBRARY/test/cmake_subdir_test
|
cd ../boost-root/libs/$LIBRARY/test/cmake_subdir_test
|
||||||
mkdir __build__ && cd __build__
|
mkdir __build__ && cd __build__
|
||||||
cmake -DBUILD_SHARED_LIBS=${{matrix.shared}} ..
|
cmake ..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
ctest --output-on-failure --no-tests=error
|
ctest --output-on-failure --no-tests=error
|
||||||
|
|
||||||
@ -251,17 +242,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
shared: ON
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
shared: ON
|
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
shared: OFF
|
|
||||||
- os: macos-10.15
|
|
||||||
shared: ON
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@ -296,7 +278,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ../boost-root
|
cd ../boost-root
|
||||||
mkdir __build__ && cd __build__
|
mkdir __build__ && cd __build__
|
||||||
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DCMAKE_INSTALL_PREFIX=~/.local -DBUILD_SHARED_LIBS=${{matrix.shared}} ..
|
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DCMAKE_INSTALL_PREFIX=~/.local ..
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
@ -316,17 +298,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
shared: ON
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
shared: OFF
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
shared: ON
|
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
shared: OFF
|
|
||||||
- os: macos-10.15
|
|
||||||
shared: ON
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@ -361,7 +334,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ../boost-root
|
cd ../boost-root
|
||||||
mkdir __build__ && cd __build__
|
mkdir __build__ && cd __build__
|
||||||
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} ..
|
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON ..
|
||||||
|
|
||||||
- name: Build tests
|
- name: Build tests
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user