Added screenshot and updated travis

This commit is contained in:
2020-03-07 16:48:34 +01:00
parent 3bb266d3d7
commit a79718f244
3 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ install:
- mkdir -p qt5
- if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.15 git://code.qt.io/qt/qt5.git ; fi
- pushd qt5
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase ; fi
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase,qtcharts ; fi
- if [ ! -f config.summary ] ; then ./configure -prefix `pwd`/build -opensource -confirm-license -no-opengl -nomake examples -nomake tests ; fi
- if [ ! -d build ] ; then make -j2 > /dev/null && make install ; fi
- popd

View File

@@ -1,2 +1,4 @@
# SprintPlanningTool
[![Build Status](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool.svg?branch=master)](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool)
![Screenshot](/screenshot.png)

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB