cutego/circle.yml

15 lines
515 B
YAML
Raw Normal View History

2016-10-07 19:03:28 +03:00
machine:
checkout:
dependencies:
database:
test:
2016-10-07 20:14:46 +03:00
- export OS=linux
- export CI=true
- export DESKTOP=true
- export ANDROID=true
- if [[ "$OS" == "linux" ]]; then $GOPATH/src/github.com/therecipe/qt/internal/ci/linux.sh; fi
2016-10-07 19:03:28 +03:00
- if [[ "$DESKTOP" == "true" ]]; then $GOPATH/src/github.com/therecipe/qt/setup.sh; else go run $GOPATH/src/github.com/therecipe/qt/internal/setup/generate.go; fi
- if [[ "$ANDROID" == "true" ]]; then $GOPATH/src/github.com/therecipe/qt/setup.sh android; fi
deployment:
notify: