File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 25
25
- run : ./scripts/clang-format-diff.sh
26
26
env :
27
27
GITHUB_EVENT_BEFORE : ${{ github.event.before }}
28
+
28
29
build :
29
30
name : build
30
31
runs-on : ${{ matrix.os }}
67
68
run : cmake --build out --target run-c-api-tests
68
69
- name : tests
69
70
run : cmake --build out --target run-tests
71
+
72
+ build-i686 :
73
+ name : build-i686
74
+ runs-on : ubuntu-latest
75
+ steps :
76
+ - uses : actions/setup-python@v1
77
+ with :
78
+ python-version : ' 3.x'
79
+ - uses : actions/checkout@v1
80
+ with :
81
+ submodules : true
82
+ - name : install ninja (linux)
83
+ run : sudo apt-get install ninja-build
84
+ - run : make clang-i686-debug
85
+
70
86
emscripten :
71
87
name : emscripten
72
88
runs-on : ubuntu-latest
80
96
docker exec emscripten emcc -v
81
97
docker exec emscripten emcmake cmake .
82
98
docker exec emscripten make -j 2 VERBOSE=1
99
+
83
100
wasi :
84
101
name : wasi
85
102
runs-on : ubuntu-latest
@@ -118,6 +135,7 @@ jobs:
118
135
- run : make clang-${{ matrix.type }}-${{ matrix.sanitizer }}
119
136
- if : ${{ matrix.sanitizer }} != fuzz
120
137
run : make test-clang-${{ matrix.type }}-${{ matrix.sanitizer }}
138
+
121
139
build-wasm2c-memchecked :
122
140
name : wasm2c-memchecked
123
141
runs-on : ubuntu-latest
@@ -167,6 +185,7 @@ jobs:
167
185
run : cmake --build out --target run-c-api-tests
168
186
- name : tests
169
187
run : cmake --build out --target run-tests
188
+
170
189
build-rlbox :
171
190
name : rlbox
172
191
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments