morpheus

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

commit 6baff335d8e6f703a4561564baa6df5078aa310d
parent c5d45d458494324804e636bae6eb1d3e90f5c49f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 22 Aug 2017 00:04:55 +0200

Try to fix CI 2

Diffstat:
Mappveyor.yml | 11+++++++++++
Mcircle.yml | 2+-
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml @@ -4,15 +4,26 @@ clone_folder: C:\work\src\github.com\therecipe\qt install: - cmd: >- set PATH=%PATH%;C:\Qt\Qt5.8.0\Tools\mingw530_32\bin + set GOPATH=C:\work + + set QT=qt-opensource-windows-x86-android-5.8.0.exe + 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 -u -v github.com/therecipe/qt/cmd/... + %GOPATH%\bin\qtsetup full desktop + build_script: - cmd: >- go get -v github.com/Nordgedanken/Neo + cd %GOPATH%\src\github.com\Nordgedanken\Neo + %GOPATH%\bin\qtdeploy test desktop diff --git a/circle.yml b/circle.yml @@ -7,9 +7,9 @@ machine: dependencies: pre: override: + - if [[ "$OS" == "linux" ]]; then /home/ubuntu/.go_project/src/github.com/Nordgedanken/Neo/.ci/linux.sh; fi - 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: test: pre: