mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
work on ci scripts
This commit is contained in:
parent
72a03b3c6d
commit
fbc5d213fc
4
.github/workflows/build_cmake.yml
vendored
4
.github/workflows/build_cmake.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: "Ubuntu 22.04 Clang 13.0"
|
- name: "Ubuntu 22.04 Clang 13.0"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
build_type: Release
|
build_type: Release
|
||||||
packages: ninja-build libc++-13-dev
|
packages: ninja-build libc++-13-dev libc++abi-13-dev
|
||||||
generator: Ninja
|
generator: Ninja
|
||||||
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
|
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
|
||||||
cc: clang-13
|
cc: clang-13
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: "Ubuntu 22.04 Clang 15.0"
|
- name: "Ubuntu 22.04 Clang 15.0"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
build_type: Release
|
build_type: Release
|
||||||
packages: ninja-build libc++-15-dev
|
packages: ninja-build libc++-15-dev libc++abi-15-dev
|
||||||
generator: Ninja
|
generator: Ninja
|
||||||
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
|
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
|
||||||
cc: clang-15
|
cc: clang-15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user