mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
.github: set up build env. for 'make test'
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -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-*"
|
||||
|
||||
Reference in New Issue
Block a user