Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ jobs:
time make test262
linux-32bits:
runs-on: ubuntu-latest
defaults:
run:
shell: alpine.sh {0}
steps:
- uses: actions/checkout@v3
- uses: jirutka/setup-alpine@v1
with:
arch: x86
packages: "build-base make cmake"
- name: build
shell: alpine.sh {0}
run: |
make
- name: stats
shell: alpine.sh {0}
run: |
make stats
- name: test
shell: alpine.sh {0}
run: |
make test
linux-examples:
Expand Down Expand Up @@ -226,6 +226,7 @@ jobs:
matrix:
buildType: [Debug, Release]
sys:
- mingw32
- mingw64
- ucrt64
defaults:
Expand Down