This commit is contained in:
parent
bb18749d5b
commit
ab2700ef5d
@ -14,8 +14,9 @@ jobs:
|
|||||||
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
|
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Set up the toolchain
|
- name: Set up the toolchain
|
||||||
run: wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
run: |
|
||||||
run: tar xf ci-toolchain-arm64.tar.gz
|
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
||||||
run: rm ci-toolchain-arm64.tar.gz
|
tar xf ci-toolchain-arm64.tar.gz
|
||||||
|
rm ci-toolchain-arm64.tar.gz
|
||||||
- name: Build and run tests
|
- name: Build and run tests
|
||||||
run: tools/run-tests.sh
|
run: tools/run-tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user