Simplify code in CI
This commit is contained in:
parent
72e542fbeb
commit
463df3adf6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
||||||
time make test262
|
time make test262
|
||||||
linux-32bits:
|
linux-32bits:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: alpine.sh {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: jirutka/setup-alpine@v1
|
- uses: jirutka/setup-alpine@v1
|
||||||
|
@ -47,15 +50,12 @@ jobs:
|
||||||
arch: x86
|
arch: x86
|
||||||
packages: "build-base make cmake"
|
packages: "build-base make cmake"
|
||||||
- name: build
|
- name: build
|
||||||
shell: alpine.sh {0}
|
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
- name: stats
|
- name: stats
|
||||||
shell: alpine.sh {0}
|
|
||||||
run: |
|
run: |
|
||||||
make stats
|
make stats
|
||||||
- name: test
|
- name: test
|
||||||
shell: alpine.sh {0}
|
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
linux-examples:
|
linux-examples:
|
||||||
|
|
Loading…
Reference in a new issue