morpheus

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

commit a18fa28f5159e5788e7ed0c0a8806925c7749842
parent 6baff335d8e6f703a4561564baa6df5078aa310d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 22 Aug 2017 00:07:39 +0200

Try fixing CircleCI

Diffstat:
Mcircle.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle.yml b/circle.yml @@ -7,7 +7,7 @@ machine: dependencies: pre: override: - - if [[ "$OS" == "linux" ]]; then /home/ubuntu/.go_project/src/github.com/Nordgedanken/Neo/.ci/linux.sh; fi + - if [[ "$OS" == "linux" ]]; then ./.ci/linux.sh; fi - go get -u -v github.com/therecipe/qt/cmd/... - go get -v github.com/Nordgedanken/Neo/... post: