morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit c48626ec51edfa7a4dd4c2a696d9802d2da69b6c
parent d880cdb301d2bd50c63ff7827dde7ff9702cf3fd
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed,  6 Dec 2017 11:27:13 +0100

Use correct gopath
Diffstat:
M.circleci/config.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -20,9 +20,9 @@ jobs: command: $GOPATH/bin/qtsetup full desktop - run: name: Run Build - working_directory: /go/src/github.com/Nordgedanken/Morpheus/ + working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/ command: $GOPATH/bin/qtdeploy build desktop - run: name: Run Tests - working_directory: /go/src/github.com/Nordgedanken/Morpheus/ + working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/ command: $GOPATH/bin/qtdeploy test desktop