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
56776c92f7
commit
9fe68b91c7
6
.github/workflows/build_cmake.yml
vendored
6
.github/workflows/build_cmake.yml
vendored
@ -22,16 +22,16 @@ 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
|
packages: ninja-build libc++-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
|
||||||
cxx: clang++-13
|
cxx: clang++-13
|
||||||
|
|
||||||
- name: "Ubuntu 20.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
|
packages: ninja-build libc++-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