morpheus

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

commit c176d103d0a6c13d5b7946fd86423bbbecf393f0
parent ac9a91f83ccc012dd4c43c7f5b54349cab4e181a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  5 Dec 2017 22:32:30 +0100

Cleanup repo and let go only download morpheus

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
M.circleci/config.yml | 7++-----
D.circleci/images/primary/Dockerfile | 6------
2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -7,8 +7,8 @@ jobs: DESKTOP: true steps: - run: - name: get morpheus - command: go get -u -v github.com/Nordgedanken/Morpheus/... + name: Get Morpheus + command: go get -u -v -d github.com/Nordgedanken/Morpheus/... - run: name: qt-binding command: go get -u -v github.com/therecipe/qt/cmd/... @@ -18,7 +18,4 @@ jobs: - run: name: qt-binding setup command: qtsetup full desktop - - run: - name: get Morpheus - command: go get -v github.com/Nordgedanken/Morpheus/... - run: if [[ "$DESKTOP" == "true" ]]; then cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && qtdeploy test desktop; fi \ No newline at end of file diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile @@ -1,5 +0,0 @@ -FROM therecipe/qt:linux - -#RUN mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config -RUN mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts -RUN ssh-keyscan github.com >> ~/.ssh/known_hosts -\ No newline at end of file