File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,22 @@ install:
2020before_script :
2121 - autoreconf -i
2222script :
23- - ./configure
23+ - ./configure --prefix=/usr
2424 - make clean
25- - build-wrapper-linux-x86-64 --out-dir bw-output make all
25+ - build-wrapper-linux-x86-64 --out-dir bw-output make -j$(nproc) all
2626 - sonar-scanner
27+ - make install DESTDIR=$(readlink -f appdir) ; find appdir/
28+ - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
29+ - chmod a+x linuxdeployqt-continuous-x86_64.AppImage
30+ - export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
31+ - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
2732after_success :
28- - sudo make install
33+ - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
34+ - bash upload.sh QPhotoRec*.AppImage*
35+ branches :
36+ except :
37+ - # Do not build tags that we create when we upload to GitHub Releases
38+ - /^(?i:continuous)/
2939cache :
3040 directories :
3141 - ' $HOME/.sonar/cache'
You can’t perform that action at this time.
0 commit comments