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'
|
||||
- 'src/**'
|
||||
- 'test/fuzz/**'
|
||||
- 'travis-ci/managers/ubuntu-build-check.sh'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -19,11 +18,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
env:
|
||||
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
||||
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
||||
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
||||
env: ${{ matrix.env }}
|
||||
steps:
|
||||
- name: Repository checkout
|
||||
uses: actions/checkout@v1
|
||||
- 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