Skip to content

Commit

Permalink
Try Clang job again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrowrpurr committed Jan 7, 2024
1 parent 87bcda8 commit 6cdacd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linux-cxx11-clang.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Linux C++11
name: Linux Clang C++11
on:
push:
branches: [ "v3" ]
env:
GCC_VERSION: 11
jobs:
build_matrix:
strategy:
Expand All @@ -29,6 +27,6 @@ jobs:
with:
version: "17.0.6"
- name: Build
run: CLANG_VERSION=${{ matrix.clang }} xmake build -w -v "Tests cxx11"
run: CLANG_VERSION=${{ matrix.clang }} xmake build -w -v "Tests cxx11 clang"
- name: Test
run: CLANG_VERSION=${{ matrix.clang }} xmake run "Tests cxx11"
run: CLANG_VERSION=${{ matrix.clang }} xmake run "Tests cxx11 clang"
4 changes: 1 addition & 3 deletions .github/workflows/linux-cxx11-gcc.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Linux C++11
name: Linux GCC C++11
on:
push:
branches: [ "v3" ]
env:
GCC_VERSION: 11
jobs:
build_matrix:
strategy:
Expand Down

0 comments on commit 6cdacd1

Please sign in to comment.