We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fbc88 commit c4e732eCopy full SHA for c4e732e
.github/workflows/ci.yml
@@ -38,6 +38,26 @@ jobs:
38
if: ${{ matrix.buildType == 'Release' }}
39
run: |
40
time make test262
41
+ linux-32bits:
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - uses: actions/checkout@v3
45
+ - uses: jirutka/setup-alpine@v1
46
+ with:
47
+ arch: x86
48
+ packages: "build-base make cmake"
49
+ - name: build
50
+ shell: alpine.sh {0}
51
+ run: |
52
+ make
53
+ - name: stats
54
55
56
+ make stats
57
+ - name: test
58
59
60
+ make test
61
linux-examples:
62
runs-on: ubuntu-latest
63
steps:
0 commit comments