mirror of
https://github.com/janet-lang/janet
synced 2025-01-03 04:10:27 +00:00
Add github workflow for qemu + s390x
This commit is contained in:
parent
9ffec43d2b
commit
17da53d0d9
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -89,3 +89,18 @@ jobs:
|
||||
run: make RUN="qemu-arm -L /usr/arm-linux-gnueabi/" CC=arm-linux-gnueabi-gcc LD=arm-linux-gnueabi-gcc
|
||||
- name: Test the project
|
||||
run: make RUN="qemu-arm -L /usr/arm-linux-gnueabi/" SUBRUN="qemu-arm -L /usr/arm-linux-gnueabi/" test VERBOSE=1
|
||||
|
||||
test-s390x-linux:
|
||||
name: Build and test s390x in qemu
|
||||
runs-on: s390x/ubuntu
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@master
|
||||
- name: Setup compiler
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential git
|
||||
- name: Compile the project
|
||||
run: make clean && make
|
||||
- name: Test the project
|
||||
run: make test
|
||||
|
Loading…
Reference in New Issue
Block a user