Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.6 KiB

image:
- Visual Studio 2017
- Visual Studio 2015
version: build-{build}
environment:
QT_VER: 5.13.2
EXTRA_MODULES: .skycoder42.datasync
6 years ago
MAKE_RUN_TESTS: true
TARGET_NAME: qtmvvm
matrix:
7 years ago
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
7 years ago
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: msvc2017
- PLATFORM: mingw73_32
7 years ago
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: winrt_armv7_msvc2017
- PLATFORM: msvc2015_64
matrix:
exclude:
7 years ago
- PLATFORM: msvc2017_64
image: Visual Studio 2015
- PLATFORM: mingw73_64
image: Visual Studio 2015
7 years ago
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2017
image: Visual Studio 2015
- PLATFORM: mingw73_32
image: Visual Studio 2015
7 years ago
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_armv7_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017
install:
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
- .\qtmodules-travis\ci\win\setup.bat
build_script:
- if "%PLATFORM%" == "mingw73_32" set NO_TESTS=true
- .\qtmodules-travis\ci\win\build.bat
after_build:
- .\qtmodules-travis\ci\win\upload-prepare.bat
artifacts:
6 years ago
- path: install\%TARGET_NAME%_*_%QT_VER%.zip
deploy:
provider: GitHub
auth_token:
7 years ago
secure: Cp5GRQku2ZWnKPE12NB5q11ZO0Fr5mlzdUTjnLpYJr/dki4LPVqm231edFggogy8
artifact: /.*\.zip/
force_update: false
on:
7 years ago
appveyor_repo_tag: true
cache:
6 years ago
- 'C:\Users\appveyor\AppData\Local\qdep\qdep\Cache -> appveyor.yml'