mirror of
https://github.com/janet-lang/janet
synced 2025-01-18 03:12:51 +00:00
Try using just scripts for testing.
This commit is contained in:
parent
83b0bc688c
commit
40c93d0786
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -93,16 +93,10 @@ jobs:
|
|||||||
test-s390x-linux:
|
test-s390x-linux:
|
||||||
name: Build and test s390x in qemu
|
name: Build and test s390x in qemu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: s390x/ubuntu
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Setup compiler
|
- name: Do Qemu build and test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
sudo apt-get install build-essential git
|
docker run --rm -v .:/janet -it s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test"
|
||||||
- name: Compile the project
|
|
||||||
run: make clean && make
|
|
||||||
- name: Test the project
|
|
||||||
run: make test
|
|
||||||
|
Loading…
Reference in New Issue
Block a user