commit 56e4d3c21b12d69be009fa64eadaab9a4b6484e9
parent 798a20d24ce329f17056662552dda837172a5b5e
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Wed, 31 Jan 2018 07:40:00 +0100
Update snapcraft.yaml
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -23,6 +23,8 @@ parts:
- libfontconfig
- xvfb
build: |
+ apt-get -qq update
+ apt-get install -y -qq software-properties-common
add-apt-repository -y ppa:gophers/archive
apt-get -qq update
apt-get -y -qq install golang-1.9-go
@@ -44,6 +46,7 @@ parts:
mkdir -p $GOPATH/src/github.com/Nordgedanken/Morpheus/
mv ./* $GOPATH/src/github.com/Nordgedanken/Morpheus/
cd $GOPATH/src/github.com/Nordgedanken/Morpheus/
+ go get ./...
$GOPATH/bin/qtdeploy build linux
install: |
mv .circleci/Morpheus.sh $SNAPCRAFT_PART_INSTALL/usr/bin/Morpheus.sh