mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
CI: update wasm emsdk version (#78)
* CI: update wasm emsdk version Fix broken link and ask to install latest with fastcomp backend * CI: Test wasm on Qt 5.14.0 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * CI: Update openssl version Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
PYTHON_VERSION: '3.7'
|
||||
HOST: linux
|
||||
TOOL_NAME: tools_openssl_x64
|
||||
TOOL_VERSION: 1.1.1-0
|
||||
TOOL_VERSION: 1.1.1-4
|
||||
ARCH: qt.tools.openssl.gcc_64
|
||||
TEST_EXECUTABLE: OpenSSL/binary/bin/openssl
|
||||
TEST_COMMAND: version
|
||||
|
||||
@@ -50,7 +50,7 @@ for qt_version in qt_versions:
|
||||
|
||||
# WASM
|
||||
linux_build_jobs.append(
|
||||
BuildJob('5.13.2', 'linux', 'desktop', 'wasm_32', "wasm_32")
|
||||
BuildJob('5.14.0', 'linux', 'desktop', 'wasm_32', "wasm_32")
|
||||
)
|
||||
|
||||
# Mac Desktop
|
||||
@@ -66,7 +66,7 @@ mac_build_jobs.append(
|
||||
|
||||
# WASM
|
||||
mac_build_jobs.append(
|
||||
BuildJob('5.13.2', 'mac', 'desktop', 'wasm_32', "wasm_32")
|
||||
BuildJob('5.14.0', 'mac', 'desktop', 'wasm_32', "wasm_32")
|
||||
)
|
||||
|
||||
# Windows Desktop
|
||||
@@ -79,7 +79,7 @@ windows_build_jobs.extend(
|
||||
|
||||
# WASM
|
||||
windows_build_jobs.append(
|
||||
BuildJob('5.13.2', 'windows', 'desktop', 'wasm_32', "wasm_32")
|
||||
BuildJob('5.14.0', 'windows', 'desktop', 'wasm_32', "wasm_32")
|
||||
)
|
||||
|
||||
windows_build_jobs.extend(
|
||||
|
||||
@@ -166,8 +166,8 @@ steps:
|
||||
- script: |
|
||||
git clone https://github.com/emscripten-core/emsdk.git
|
||||
cd emsdk
|
||||
./emsdk install sdk-1.38.27-64bit
|
||||
./emsdk activate --embedded sdk-1.38.27-64bit
|
||||
./emsdk install sdk-fastcomp-1.38.27-64bit
|
||||
./emsdk activate --embedded sdk-fastcomp-1.38.27-64bit
|
||||
workingDirectory: $(Build.BinariesDirectory)
|
||||
condition: and(eq( variables['ARCH'], 'wasm_32' ), or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin')))
|
||||
displayName: 'Install Emscripten SDK'
|
||||
|
||||
Reference in New Issue
Block a user