mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
update ci names, fix msys2-clang-ci
This commit is contained in:
parent
b2e172201c
commit
93bd2e69ee
4
.github/workflows/msys2-clang.yml
vendored
4
.github/workflows/msys2-clang.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: MSYS2-CI
|
name: msys2-gcc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: script/ci_install_deps.sh
|
run: script/ci_install_deps.sh
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S test -B build -DCMAKE_CXX_COMPILER=clang++ CMAKE_BUILD_TYPE=Debug
|
run: cmake -DCMAKE_CXX_COMPILER=clang++ -S test -B build CMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||||
|
2
.github/workflows/msys2-gcc.yml
vendored
2
.github/workflows/msys2-gcc.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: MSYS2-CI
|
name: msys2-gcc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/ubuntu-latest-clang.yml
vendored
2
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Continuous Integration
|
name: ubuntu-latest-clang-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Continuous Integration
|
name: ubuntu-latest-gcc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user