morpheus

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

appveyor.yml (665B)


      1 version: 1.0.{build}
      2 clone_depth: 1
      3 clone_folder: C:\work\src\github.com\MTRNord\Neo
      4 install:
      5 - cmd: >-
      6     set PATH=%PATH%;C:\Qt\Qt5.8.0\Tools\mingw530_32\bin
      7 
      8     set GOPATH=C:\work
      9 
     10     go get -u -v github.com/therecipe/qt/cmd/...
     11 
     12     set QT=qt-opensource-windows-x86-android-5.8.0.exe
     13 
     14     curl -sL --retry 10 --retry-delay 10 -o %TMP%\%QT% https://download.qt.io/official_releases/qt/5.8/5.8.0/%QT%
     15 
     16     %TMP%\%QT% --script %GOPATH%\src\github.com\therecipe\qt\internal\ci\iscript.qs
     17 
     18     del %TMP%\%QT% /Q
     19 
     20     %GOPATH%\bin\qtsetup full desktop
     21 
     22 build_script:
     23 - cmd: >-
     24     cd %GOPATH%\src\github.com\Nordgedanken\Neo
     25 
     26     %GOPATH%\bin\qtdeploy test desktop