mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-22 00:14:27 +08:00
more wip
This commit is contained in:
parent
0ff949ab5f
commit
eee191875c
40
.github/workflows/build_cmake.yml
vendored
40
.github/workflows/build_cmake.yml
vendored
@ -18,6 +18,22 @@ jobs:
|
|||||||
cc: gcc
|
cc: gcc
|
||||||
cxx: g++
|
cxx: g++
|
||||||
|
|
||||||
|
- name: "Ubuntu 20.04 Clang 10.0"
|
||||||
|
os: ubuntu-20.04
|
||||||
|
build_type: Release
|
||||||
|
packages: ninja-build
|
||||||
|
generator: Ninja
|
||||||
|
cc: clang-10
|
||||||
|
cxx: clang++-10
|
||||||
|
|
||||||
|
- name: "Ubuntu 20.04 Clang 11.0"
|
||||||
|
os: ubuntu-20.04
|
||||||
|
build_type: Release
|
||||||
|
packages: ninja-build
|
||||||
|
generator: Ninja
|
||||||
|
cc: clang-11
|
||||||
|
cxx: clang++-11
|
||||||
|
|
||||||
- name: "Ubuntu 20.04 GCC 9.3 coverage"
|
- name: "Ubuntu 20.04 GCC 9.3 coverage"
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
@ -58,6 +74,30 @@ jobs:
|
|||||||
cc: gcc-5
|
cc: gcc-5
|
||||||
cxx: g++-5
|
cxx: g++-5
|
||||||
|
|
||||||
|
- name: "Ubuntu 18.04 Clang 9.0"
|
||||||
|
os: ubuntu-18.04
|
||||||
|
build_type: Release
|
||||||
|
packages: ninja-build
|
||||||
|
generator: Ninja
|
||||||
|
cc: clang-9.0
|
||||||
|
cxx: clang++-9.0
|
||||||
|
|
||||||
|
- name: "Ubuntu 18.04 Clang 6.0"
|
||||||
|
os: ubuntu-18.04
|
||||||
|
build_type: Release
|
||||||
|
packages: ninja-build clang-6.0
|
||||||
|
generator: Ninja
|
||||||
|
cc: clang-6.0
|
||||||
|
cxx: clang++-6.0
|
||||||
|
|
||||||
|
- name: "Ubuntu 18.04 Clang 5.0"
|
||||||
|
os: ubuntu-18.04
|
||||||
|
build_type: Release
|
||||||
|
packages: ninja-build clang-5.0
|
||||||
|
generator: Ninja
|
||||||
|
cc: clang-5.0
|
||||||
|
cxx: clang++-5.0
|
||||||
|
|
||||||
- name: "Windows MSVC 2019"
|
- name: "Windows MSVC 2019"
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
build_type: Release
|
build_type: Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user