Spectral/.appveyor.yml

21 lines
368 B
YAML
Raw Normal View History

2018-08-19 09:28:34 +00:00
image: Visual Studio 2017
environment:
matrix:
2018-08-19 09:31:02 +00:00
- QTDIR: C:\Qt\5.11\msvc2017_64
2018-08-19 09:28:34 +00:00
init:
- call "%QTDIR%\bin\qtenv2.bat"
- set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
- cd /D "%APPVEYOR_BUILD_FOLDER%"
before_build:
- git submodule update --init --recursive
build_script:
- qmake matrique.pro
- make
artifacts:
- path: matrique.exe
name: portable