mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
Test Mirror Functionality with specific job
This commit is contained in:
committed by
Hiroshi Miura
parent
fc7dc462ef
commit
4112c22a83
@@ -151,3 +151,17 @@ jobs:
|
||||
TARGET: android
|
||||
ARCH: android_armv7
|
||||
ARCHDIR: android_armv7
|
||||
- job: LinuxSpecificMirror
|
||||
displayName: Linux (Specific Mirror)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.7'
|
||||
QT_VERSION: 5.13.0
|
||||
HOST: linux
|
||||
TARGET: android
|
||||
ARCH: android_armv7
|
||||
ARCHDIR: android_armv7
|
||||
QT_BASE_MIRROR: http://mirrors.ocf.berkeley.edu/qt/
|
||||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
Reference in New Issue
Block a user