mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Remove cxxstd variants for cygwin (already tested on Linux)
Add cygserver launch on cygwin Leave only latest BSDs to speed up testing
This commit is contained in:
81
.github/workflows/ci.yml
vendored
81
.github/workflows/ci.yml
vendored
@@ -735,7 +735,6 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- toolset: gcc
|
||||
cxxstd: "03,11,14,17"
|
||||
cxxflags: -pipe
|
||||
os: windows-latest
|
||||
|
||||
@@ -808,6 +807,8 @@ jobs:
|
||||
if: matrix.cmake_tests == ''
|
||||
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
|
||||
run: |
|
||||
/usr/sbin/cygserver &
|
||||
sleep 2
|
||||
cd boost-root
|
||||
${{matrix.toolset}} --version
|
||||
B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}" "debug-symbols=off")
|
||||
@@ -863,96 +864,18 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- toolset: clang
|
||||
vm: freebsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "13.5"
|
||||
|
||||
- toolset: clang
|
||||
vm: freebsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "14.0"
|
||||
|
||||
- toolset: clang
|
||||
vm: freebsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "14.1"
|
||||
|
||||
- toolset: clang
|
||||
vm: freebsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "14.2"
|
||||
|
||||
- toolset: clang
|
||||
vm: freebsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "14.3"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.3"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.4"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.5"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.6"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.7"
|
||||
|
||||
- toolset: clang
|
||||
vm: openbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "7.8"
|
||||
|
||||
- toolset: gcc
|
||||
vm: netbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "9.2"
|
||||
|
||||
- toolset: gcc
|
||||
vm: netbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "9.3"
|
||||
|
||||
- toolset: gcc
|
||||
vm: netbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "9.4"
|
||||
|
||||
- toolset: gcc
|
||||
vm: netbsd
|
||||
cxxflags: -pipe
|
||||
os: ubuntu-latest
|
||||
bsd_version: "10.0"
|
||||
|
||||
- toolset: gcc
|
||||
vm: netbsd
|
||||
cxxflags: -pipe
|
||||
|
||||
Reference in New Issue
Block a user