Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azubieta
appimage-installer
Commits
8963106f
Unverified
Commit
8963106f
authored
Mar 19, 2019
by
azubieta
Browse files
Fix binary upload
parent
202cdb75
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8963106f
...
...
@@ -25,17 +25,23 @@ addons:
-
qt510xmlpatterns
-
qt510x11extras
-
qt510svg
env
:
-
QT5_INSTALL_PREFIX=/opt/qt510
-
LIBAPPIMAGE_INSTALL_PREFIX=/tmp/libappimage_prefix
-
PROJECT_BUILD_DIR=/tmp/build
install
:
.travis/install_libappimage_from_sources.sh
script
:
-
/opt/qt510/bin/qt510-env.sh
-
QT5_INSTALL_PREFIX=/opt/qt510 LIBAPPIMAGE_INSTALL_PREFIX=/tmp/libappimage_prefix .travis/build_appimage.sh
-
mkdir -p ${PROJECT_BUILD_DIR}
-
cd ${PROJECT_BUILD_DIR}; .travis/build_appimage.sh
deploy
:
provider
:
releases
api_key
:
"
$GITHUB_TOKEN"
file_glob
:
true
file
:
build/
App
I
mage_
CLI
*.AppImage
file
:
App
i
mage_
User_Tool
*.AppImage
skip_cleanup
:
true
prerelease
:
true
overwrite
:
true
...
...
.travis/build_appimage.sh
View file @
8963106f
...
...
@@ -12,8 +12,6 @@ SOURCES_DIR=`realpath $0`
SOURCES_DIR
=
`
dirname
${
SOURCES_DIR
}
`
SOURCES_DIR
=
`
dirname
${
SOURCES_DIR
}
`
mkdir
/tmp/appimage-user-tools
;
cd
/tmp/appimage-user-tools
cmake
${
SOURCES_DIR
}
-DCMAKE_INSTALL_PREFIX
=
/usr
-Dlibappimage_DIR
=
${
LIBAPPIMAGE_INSTALL_PREFIX
}
/lib/cmake/libappimage
make
-j
`
nproc
`
install
DESTDIR
=
AppDir
...
...
res/org.appimage.user_tool.desktop
View file @
8963106f
[Desktop Entry]
Version=1.0
Type=Application
Name=App
I
mage
CLI
Name=App
i
mage
User Tool
Comment=Manage AppImages on your system
TryExec=app
Exec=app %F
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment