mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 04:33:37 +08:00
ci: move the build check script to workflows directory
This commit is contained in:
parent
0664249ffc
commit
4e1a13db89
5
.github/workflows/build_test.yml
vendored
5
.github/workflows/build_test.yml
vendored
@ -10,7 +10,6 @@ on:
|
|||||||
- 'meson_options.txt'
|
- 'meson_options.txt'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'test/fuzz/**'
|
- 'test/fuzz/**'
|
||||||
- 'travis-ci/managers/ubuntu-build-check.sh'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -19,11 +18,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
env:
|
env:
|
||||||
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
||||||
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
||||||
env: ${{ matrix.env }}
|
env: ${{ matrix.env }}
|
||||||
steps:
|
steps:
|
||||||
- name: Repository checkout
|
- name: Repository checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
|
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
|
||||||
run: sudo -E travis-ci/managers/ubuntu-build-check.sh
|
run: sudo -E .github/workflows/ubuntu-build-check.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user