1
0
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:
Corentin Le Molgat
2021-10-27 14:09:08 +02:00
committed by Mizux
parent ccc3a51e4c
commit 1601db5335
10 changed files with 54 additions and 65 deletions

View File

@ -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