File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,17 @@ steps:
39
39
displayName: Build WebAssembly wasi Mutlithread tests
40
40
41
41
- ${{ if eq(parameters.archType, 'wasm') }} :
42
- - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.osGroup }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
43
- displayName : Build runtime tests
42
+ - ${{ elseif eq(parameters.platform, 'browser_multithread_wasm_win') }} :
43
+ - script : |
44
+ $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci browser tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }} /p:FeatureWasmManagedThreads=true /p:WasmEnableThreads=true
45
+ displayName: Build WebAssembly browser Mutlithread runtime tests
46
+ - ${{ elseif eq(parameters.platform, 'wasi_multithread_wasm_win') }} :
47
+ - script : |
48
+ $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci wasi tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }} /p:FeatureWasmManagedThreads=true
49
+ displayName: Build WebAssembly wasi Mutlithread runtime tests
50
+ - ${{ else }} :
51
+ - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.osGroup }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
52
+ displayName : Build runtime tests
44
53
- ${{ else }} :
45
54
- ${{ if eq(parameters.osGroup, 'windows') }} :
46
55
- script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
You can’t perform that action at this time.
0 commit comments