Start fixing AppVeyor

This commit is contained in:
BOURDY Romain 2017-04-29 13:25:27 +02:00
commit 2419ac3af9
2 changed files with 8 additions and 16 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# .gitignore # .gitignore
# don't push these files to the repository # don't push these files to the repository
.idea
.history .history
*.log *.log
*.eml *.eml

View file

@ -1,17 +1,8 @@
os: Windows Server 2012 version: 1.0.{build}
platform: mingw init:
qt: mingw492_32 - cmd: >-
set QTDIR=C:\Qt\5.5\mingw492_32
branches: set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin
only: build_script:
- master - cmd: make
install:
- set QTDIR=C:\Qt\5.5\mingw492_32
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
before_build:
- make clean
build:
- make all