android: build for android using Qt6 instead of Qt5. (also SdkVersion… #267
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (c) 2020, 219 Design, LLC | |
# See LICENSE.txt | |
# | |
# https://www.219design.com | |
# Software | Electrical | Mechanical | Product Design | |
# | |
name: Win_CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: windows-2019 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: run_windows | |
shell: cmd | |
env: | |
MYAPP_TEMPLATE_PREFER_QMAKE: 1 | |
run: | | |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" | |
"C:\Program Files\Git\bin\bash.exe" run_all_tests.sh |