Update .travis.yml

This commit is contained in:
probonopd 2017-02-26 01:00:38 +01:00 committed by GitHub
parent a1b6dc0598
commit a535e8a577

View File

@ -15,12 +15,10 @@ script:
- cd UEFITool - cd UEFITool
- qmake PREFIX=/usr - qmake PREFIX=/usr
- make -j4 - make -j4
- sudo apt-get -y install checkinstall - mkdir -p appdir/usr/bin ; mkdir -p appdir/usr/share/{applications,icons} ; cd appdir
- sudo checkinstall --pkgname=app --pkgversion="1" --pkgrelease="1" --backup=no --fstrans=no --default --deldoc - cp ../uefitool usr/bin
- mkdir appdir ; cd appdir - cp ../uefitool.desktop .
- dpkg -x ../app_1-1_amd64.deb . ; find . - cp ../icons/uefitool_256x256.png uefitool.png
- cp ./usr/share/applications/*.desktop .
- cp ./usr/share/icons/hicolor/48x48/apps/*.png .
- cd .. - cd ..
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/3/linuxdeployqt-3-x86_64.AppImage" - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/3/linuxdeployqt-3-x86_64.AppImage"
- chmod a+x linuxdeployqt*.AppImage - chmod a+x linuxdeployqt*.AppImage