drone to compile translation files (lrelease)

This commit is contained in:
Dan Ballard 2019-03-14 16:42:42 -07:00
parent 68f4bee72e
commit c73d7603ef
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@ pipeline:
commands:
- export GOPATH=$GOPATH:/media/sf_GOPATH1/
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git openssh-client
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git openssh-client
- go get -d
- $QT_DIR/bin/lrelease ui.pro
- qtdeploy build linux
- export FILENAME=cwtch-linux-`date +%G-%m-%d-%H-%M`.tar.gz
- cd deploy