mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 14:13:18 +02:00
ci: Update Linux jobs to run inside a docker container.
This commit is contained in:

committed by
Mizux

parent
ccc3a51e4c
commit
1601db5335
9
.github/workflows/aarch64_linux.yml
vendored
9
.github/workflows/aarch64_linux.yml
vendored
@ -20,14 +20,9 @@ jobs:
|
||||
fail-fast: false
|
||||
env:
|
||||
TARGET: ${{ matrix.targets[0] }}
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Ninja
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install ninja-build
|
||||
- name: Build
|
||||
run: ./scripts/run_integration.sh build
|
||||
run: make --directory=ci ${TARGET}_build
|
||||
- name: Test
|
||||
run: ./scripts/run_integration.sh test
|
||||
run: make --directory=ci ${TARGET}_test
|
||||
|
Reference in New Issue
Block a user