1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
23
appveyor.yml
23
appveyor.yml
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user