drone - android : change base

This commit is contained in:
Dan Ballard 2019-02-25 11:47:48 -08:00
parent 1361d9d12e
commit 466b55f8bc
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
workspace:
base: /media/sf_GOPATH1/src
path: cwtch.im/ui
base: /media/sf_GOPATH1/src/cwtch.im
path: ui
pipeline:
build-linux:
@ -13,7 +13,6 @@ pipeline:
commands:
- export GOPATH=$GOPATH:/media/sf_GOPATH1/
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- echo $PATH
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git
- go get -d
- qtdeploy build linux
@ -27,8 +26,9 @@ pipeline:
commands:
- export GOPATH=$GOPATH:/media/sf_GOPATH1/
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- echo $PATH
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git
- find -iname 'moc*' | xargs rm
- find -iname 'rcc*' | xargs rm
- go get -d
- qtdeploy build android
notify-email: