hgkkfkg
This commit is contained in:
parent
a30ca16a90
commit
0a3a0798a8
4
.github/workflows/CPP.yml
vendored
4
.github/workflows/CPP.yml
vendored
@ -130,12 +130,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker://exherbo/exherbo_ci:latest
|
||||
- run: make check-gcc-cpp
|
||||
check-exherbo-gcc-cpp:
|
||||
check-exherbo-clang-cpp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker://exherbo/exherbo_ci:latest
|
||||
- run: make check-gcc-cpp
|
||||
- run: make check-clang-cpp
|
||||
## Windows
|
||||
check-windows-gcc-cpp:
|
||||
runs-on: windows-latest
|
||||
|
4
.github/workflows/clang.yml
vendored
4
.github/workflows/clang.yml
vendored
@ -152,12 +152,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker://exherbo/exherbo_ci:latest
|
||||
- run: make check-gcc-c
|
||||
check-exherbo-gcc-cpp:
|
||||
check-exherbo-clang-cpp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker://exherbo/exherbo_ci:latest
|
||||
- run: make check-gcc-c
|
||||
- run: make check-clang-c
|
||||
## Windows
|
||||
check-windows-gcc-cpp:
|
||||
runs-on: windows-latest
|
||||
|
Loading…
Reference in New Issue
Block a user