File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 67
67
run : |
68
68
$env:MonoEnableAssertMessages=true # enable emsdk assert messages
69
69
cd runtime
70
- .\build.cmd -arch wasm -os browser -subset mono.runtime+libs.native /p:RuntimeFlavor=Mono -c $env:BUILD_CONFIGURATION $env:ADDITIONAL_BUILD_ARGS /p:TestAssemblies=false "/p:MonoWasmBuildVariant=$env:MONO_WASM_THREADS" /p:CrossBuild=false /bl:ci-artifacts\msbuild.binlog
70
+ .\build.cmd -arch wasm -os browser -subset mono.runtime+libs.native+libs.pretest /p:RuntimeFlavor=Mono -c $env:BUILD_CONFIGURATION $env:ADDITIONAL_BUILD_ARGS /p:TestAssemblies=false "/p:MonoWasmBuildVariant=$env:MONO_WASM_THREADS" /p:CrossBuild=false /bl:ci-artifacts\msbuild.binlog
71
71
72
72
- name : Create artifact structure
73
73
run : |
77
77
# Move cross compiler to appropriate location
78
78
move $env:GITHUB_WORKSPACE\runtime\artifacts\bin\mono\Browser.wasm.Release\cross runtimes\browser-wasm\native
79
79
80
-
81
80
- name : Zip Archive
82
81
run : |
83
82
@@ -189,12 +188,6 @@ jobs:
189
188
rm -fR _rels
190
189
rm -fR package
191
190
192
- # Mark AOT generation binaries executable
193
- chmod +x $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/browser.wasm.Release/cross/*
194
-
195
- # Move cross compiler to appropriate location
196
- mv $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/browser.wasm.Release/cross runtimes/browser-wasm/native
197
-
198
191
- name : Zip Archive
199
192
run : |
200
193
if [ '${{ matrix.MONO_WASM_THREADS }}' != 'singlethread' ]; then
You can’t perform that action at this time.
0 commit comments