update ci names, fix msys2-clang-ci

This commit is contained in:
ado 2021-02-21 22:48:08 +01:00
parent b2e172201c
commit 93bd2e69ee
4 changed files with 5 additions and 5 deletions

View File

@ -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 }}

View File

@ -1,4 +1,4 @@
name: MSYS2-CI
name: msys2-gcc-ci
on:
push:

View File

@ -1,4 +1,4 @@
name: Continuous Integration
name: ubuntu-latest-clang-ci
on:
push:

View File

@ -1,4 +1,4 @@
name: Continuous Integration
name: ubuntu-latest-gcc-ci
on:
push: