mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
Add CI test for tool installation (#47)
* Test: Update target Qt versions * Add tools test * tools: fix errors Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
displayName: Linux (Specific Mirror)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.7'
|
||||
QT_VERSION: 5.13.0
|
||||
QT_VERSION: 5.13.1
|
||||
HOST: linux
|
||||
TARGET: android
|
||||
ARCH: android_armv7
|
||||
@@ -55,3 +55,18 @@ jobs:
|
||||
vmImage: 'ubuntu-16.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxToolsOpenSSL
|
||||
displayName: Tools(OpenSSL, Linux)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.7'
|
||||
HOST: linux
|
||||
TOOL_NAME: tools_openssl_x64
|
||||
TOOL_VERSION: 1.1.1-0
|
||||
ARCH: qt.tools.openssl.gcc_64
|
||||
TEST_EXECUTABLE: OpenSSL/binary/bin/openssl
|
||||
TEST_COMMAND: version
|
||||
pool:
|
||||
vmImage: 'ubuntu-16.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
Reference in New Issue
Block a user