update GOPATHS

This commit is contained in:
Dan Ballard 2019-02-21 15:16:46 -08:00
parent ed10614759
commit 33cc253295
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
workspace: workspace:
base: /home/user/work/src/cwtch.im base: /media/sf_GOPATH1/src
path: ui path: cwtch.im/ui
pipeline: pipeline:
build-linux: build-linux:
@ -8,10 +8,9 @@ pipeline:
environment: environment:
QT_DIR: /opt/Qt QT_DIR: /opt/Qt
QT_DOCKER: 'true' QT_DOCKER: 'true'
GOPATH: /home/user/work/ QT_API: 5.12.0
GOPATH: /home/user/work:/media/sf_GOPATH1/
commands: commands:
- echo "PWD:"
- pwd
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git
- go get - go get
- qtdeploy build linux - qtdeploy build linux