trigger travis + appveyor

This commit is contained in:
therecipe 2016-10-05 18:23:38 +02:00
parent 9268bbbe91
commit 005de146af
3 changed files with 2 additions and 17 deletions

View file

@ -9,19 +9,4 @@ build_script:
set PATH=%PATH%;C:\Qt\Tools\mingw530_32\bin
@REM download and install android sdk
@REM install deps for android sdk
@REM download and install android ndk
@REM download and install virtualbox
@REM download and install sailfish sdk
%GOPATH%\src\github.com\therecipe\qt\setup.bat

View file

@ -96,7 +96,7 @@ func args() {
}
}
if buildTarget == "sailfish" || buildTarget == "sailfish-emulator" || os.Getenv("CI") == "true" {
if buildTarget == "sailfish" || buildTarget == "sailfish-emulator" || strings.ToLower(os.Getenv("CI")) == "true" {
buildMinimal = true
}

View file

@ -228,7 +228,7 @@ func main() {
}
}
if os.Getenv("CI") == "true" {
if strings.ToLower(os.Getenv("CI")) == "true" {
return
}