morpheus

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

commit c5d45d458494324804e636bae6eb1d3e90f5c49f
parent 3f806775c3f4a234270a5fc370daeb718719668a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 22 Aug 2017 00:01:22 +0200

Try to get CI running

Diffstat:
Mappveyor.yml | 2+-
Mcircle.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml @@ -9,7 +9,7 @@ install: curl -sL --retry 10 --retry-delay 10 -o %TMP%\%QT% https://download.qt.io/official_releases/qt/5.8/5.8.0/%QT% %TMP%\%QT% --script %GOPATH%\src\github.com\therecipe\qt\internal\ci\iscript.qs del %TMP%\%QT% /Q - go get -v github.com/therecipe/qt/cmd/... + go get -u -v github.com/therecipe/qt/cmd/... %GOPATH%\bin\qtsetup full desktop build_script: - cmd: >- diff --git a/circle.yml b/circle.yml @@ -7,7 +7,7 @@ machine: dependencies: pre: override: - - go get -v github.com/therecipe/qt/... + - go get -u -v github.com/therecipe/qt/cmd/... - go get -v github.com/Nordgedanken/Neo/... - if [[ "$OS" == "linux" ]]; then /home/ubuntu/.go_project/src/github.com/Nordgedanken/Neo/.ci/linux.sh; fi post: