File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383# TODO: If everything succeeded until here, then download Firejail aith Xpra and run the application in it
8484# and take screenshots if we don't have them already from AppStream
8585
86+ LD_DEBUG=libs " $APPDIR /AppRun" &
87+ APID=$!
88+ sleep 5
89+ kill $APID && echo " SUCCESS"
90+
8691# TODO: If everything succeeded until here, then put together a "database file" and display it
8792
8893mkdir -p database/$INPUTBASENAME
@@ -109,8 +114,8 @@ find database/ -type f -exec cat {} \;
109114# https://gist.github.com/willprice/e07efd73fb7f13f917ea
110115git config --global user.email " travis@travis-ci.org"
111116git config --global user.name " Travis CI"
112- ( cd database/ ; git add . ) # Recursively add everything in this directory
113- git commit -F- << EOF
117+ ( cd database/ ; git add . || true ) # Recursively add everything in this directory
118+ git commit -F- << EOF || true # Always succeeed (even if there was nothing to add)
114119Add automatically parsed data ($TRAVIS_BUILD_NUMBER )
115120[ci skip]
116121EOF
You can’t perform that action at this time.
0 commit comments