trigger ci

This commit is contained in:
therecipe 2016-10-07 20:55:54 +02:00
parent 8d19547422
commit 5ddc04d061
3 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,7 @@ machine:
CI: true
DESKTOP: true
ANDROID: true
GOPATH: /home/ubuntu/.go_workspace
dependencies:
post:
- if [[ "$OS" == "linux" ]]; then $GOPATH/src/github.com/therecipe/qt/internal/ci/linux.sh; fi

View file

@ -39,6 +39,10 @@ unzip -qq /tmp/$NDK -d $HOME
rm -f /tmp/$NDK
fi
#prepare env
sudo chown $USER /usr/local/bin
sudo chown -R $USER $GOPATH
#check env
df -h
diskutil list

View file

@ -41,6 +41,7 @@ rm -f /tmp/$NDK
#prepare env
sudo chown $USER /usr/local/bin
sudo chown -R $USER $GOPATH
#check env
df -h