Skip to content

Instantly share code, notes, and snippets.

@allomov
Last active October 12, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allomov/1aa0fdc3bc002829cb70f63a91b53616 to your computer and use it in GitHub Desktop.
Save allomov/1aa0fdc3bc002829cb70f63a91b53616 to your computer and use it in GitHub Desktop.
---
platform:
- name: win10
builders:
- name: qt-win-app-5.6
params:
dir: C:/opt/Qt5.6
version: 5.6
steps:
- prepare
- qmake
- clean
- name: vs-win-app-2012
params:
location: C:/opt/VisualStudio/2012/..
version: 2012
steps:
- vs-prepare
- vs-run
- name: android-6
params:
jdk: C:/opt/jdk_1.6
args: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment