mirror of
https://github.com/red0124/ssp.git
synced 2026-08-01 09:57:46 +02:00
update ci names, fix msys2-clang-ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: MSYS2-CI
|
||||
name: msys2-gcc-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
run: script/ci_install_deps.sh
|
||||
|
||||
- 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
|
||||
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: MSYS2-CI
|
||||
name: msys2-gcc-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Continuous Integration
|
||||
name: ubuntu-latest-clang-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Continuous Integration
|
||||
name: ubuntu-latest-gcc-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user