.github: set up build env. for 'make test'

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-05-24 17:00:15 +02:00
parent 3f36c4541d
commit f29ad88b16
+6 -3
View File
@@ -47,9 +47,7 @@ jobs:
- name: Configure ${{ matrix.target }}
run: |
target=${{ matrix.target }}_defconfig
echo "Building $target ..."
make $target
make ${{ matrix.target }}_defconfig
- name: Unit Test ${{ matrix.target }}
run: |
@@ -57,6 +55,7 @@ jobs:
- name: Build ${{ matrix.target }}
run: |
echo "Building ${{ matrix.target }}_defconfig ..."
make
- name: Prepare ${{ matrix.target }} Artifact
@@ -81,6 +80,10 @@ jobs:
clean: true
submodules: recursive
- name: Configure x86_64
run: |
make x86_64_defconfig
- uses: actions/download-artifact@v4
with:
pattern: "artifact-*"