mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fix workflow/actions submodule handling
Also added new clang and gcc compilers into build matrix.
This commit is contained in:
29
.github/workflows/build.yml
vendored
29
.github/workflows/build.yml
vendored
@ -69,6 +69,14 @@ jobs:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Release
|
type: Release
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: gcc
|
||||||
|
version: "11"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: gcc
|
||||||
|
version: "11"
|
||||||
|
type: Release
|
||||||
# Clang
|
# Clang
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
CC: clang
|
CC: clang
|
||||||
@ -86,13 +94,28 @@ jobs:
|
|||||||
CC: clang
|
CC: clang
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Release
|
type: Release
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: clang
|
||||||
|
version: "11"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: clang
|
||||||
|
version: "11"
|
||||||
|
type: Release
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: clang
|
||||||
|
version: "12"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
CC: clang
|
||||||
|
version: "12"
|
||||||
|
type: Release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
- name: Checkout submodules
|
submodules: "recursive"
|
||||||
uses: textbook/git-checkout-submodule-action@master
|
|
||||||
|
|
||||||
- name: Install compiler
|
- name: Install compiler
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user