morpheus

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

commit 3f806775c3f4a234270a5fc370daeb718719668a
parent dbdab6f5d63f1c28ca4e5bc939556d1a69ece50c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 21 Aug 2017 23:57:35 +0200

Add Ci Badges and fix builds

Diffstat:
MREADME.md | 2++
Mappveyor.yml | 4++--
Mcircle.yml | 4++--
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,6 @@ # Neo +[![CircleCI](https://circleci.com/gh/Nordgedanken/Neo.svg?style=svg)](https://circleci.com/gh/Nordgedanken/Neo) [![Build status](https://ci.appveyor.com/api/projects/status/a0ke0029ely9w7hu?svg=true)](https://ci.appveyor.com/project/MTRNord/neo) + A Matrix client written in Go-QT # How to build diff --git a/appveyor.yml b/appveyor.yml @@ -9,10 +9,10 @@ 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 -build_script: -- cmd: >- go get -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,8 +7,8 @@ machine: dependencies: pre: override: - - go get -v github.com/therecipe/qt/cmd/... - - go get -v github.com/Nordgedanken/Neo + - go get -v github.com/therecipe/qt/... + - 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: