Commit Graph

654 Commits

Author SHA1 Message Date
probonopd 13a32e4a65 Name artefact "continuous"
Build artefact must be named "continuous" such as not to break existing scripts that rely on that name
2022-01-23 11:29:22 +01:00
Adrien RICCIARDI adf1eb0840 Added GitHub Action CI. (#518)
* Added GitHub Action CI.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>

* Removed Travis CI support.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
2022-01-23 11:24:23 +01:00
Tristan Cladet 570ca2dcb1 Add -qtlibinfix support in order to precise the libinfix set for a custom Qt distribution. Without this option, linuxdeployqt is not able to look at the Qt plugins directory. (#463)
* Add -qtlibinfix support in order to precise the libinfix set for a custom Qt distribution. Without this option, linuxdeployqt is not able to look at the Qt plugins directory.

* Add dedicated qtlibinfix section in documentation.

* Missing lib prefix for the -qtlibinfix example in documentation.

* Update README.md

Co-authored-by: Tristan Cladet <tristan.cladet@siemens.com>
Co-authored-by: probonopd <probonopd@users.noreply.github.com>
2021-08-28 22:16:28 +02:00
Jacopo Zecchi b4697483c9 Updated broken link to macdeployment qt (#493)
the  new link is https://doc.qt.io/qt-5/macos-deployment.html#macdeploy
2021-06-13 15:16:25 +02:00
probonopd a3f097b134 Disable arm64-graviton2 for now [ci skip] 2021-04-27 20:59:05 +02:00
probonopd 7d0bab459d Try arm64-graviton2 2021-04-27 20:41:51 +02:00
probonopd 58cbda4aea Switch to xenial 2021-04-27 19:33:49 +02:00
probonopd f2a877dc3b Switch to xenial [ci skip] 2021-04-27 19:33:22 +02:00
probonopd a3648aed4a Bump glibc 2021-04-26 20:01:27 +02:00
probonopd dbad0d305b Add -qmlimport [ci skip] 2021-01-22 18:53:58 +01:00
Thorbjørn Lindeijer 1a4d4ea915 Tiled AppImage is now built on GitHub Actions (#461) [ci skip] 2020-11-05 19:21:55 +01:00
Patrizio Bekerle d41e234569 Add QOwnNotes project as example for building with GitHub Actions (#449) 2020-07-30 06:23:50 +00:00
Vaibhav Pandey d091be1aef Mention apkstudio in list of projects. (#433)
[ci skip]
2020-04-14 06:26:53 +00:00
probonopd c6bcad2f1a Update link, closes #431 2020-04-12 12:20:12 +00:00
pestophagous 8e681d4555 GitHub template project using linuxdeployqt (#415)
[ci skip]
2020-03-07 09:24:41 +00:00
Alexander Gorishnyak 5195ec194e Add additional check on link creation (#403) 2019-11-22 21:04:07 +00:00
probonopd 992d7afbfe Handle '#' comments correctly and allow this script to run standalone
[ci skip]
2019-09-26 18:36:38 +00:00
probonopd 570cd59e1d Update excludelist.h to reflect the current state of https://github.com/AppImage/pkg2appimage/blob/master/excludelist
https://github.com/Subsurface-divelog/subsurface/issues/1971#issuecomment-535628461
2019-09-26 18:32:12 +00:00
probonopd 586aaf7111 Additional check
Additional check to make sure that the undocumented, unsupported and not recommended `-unsupported-allow-new-glibc` option is not abused to create results that are broken; see https://github.com/probonopd/linuxdeployqt/issues/340 for more information
2019-09-21 10:31:38 +00:00
probonopd 3f309970f7 Document to use Qt. 5.10 due to #391 2019-09-10 07:35:06 +02:00
tilya 42e51ea7c7 Adds the option to pass custom update information (#389)
If linuxdeployqt is called with the option -updateinformation=<update
string>, it passes that update string to appimagetool. Otherwise it uses
-g to guess (the original behavior).
2019-08-28 05:40:52 +00:00
probonopd c721bc9e32 Use PVS-Studio Analyzer
https://www.viva64.com/en/pvs-studio/
2019-07-28 19:02:31 +00:00
probonopd fcc2a03e38 libgl1-mesa-dev, fails on xenial otherwise
[ci skip]
2019-05-19 18:09:51 +00:00
Paul Colby 6e359c50e3 Fix very minor spelling typo (#371) 2019-05-10 17:06:52 +00:00
probonopd dcff198b50 Decentralized
[ci skip]
2019-05-08 19:34:04 +00:00
probonopd 2db62c3fbc Do not unset LD_LIBRARY_PATH
https://github.com/probonopd/linuxdeployqt/pull/370#issuecomment-489515772
2019-05-06 08:52:29 +02:00
probonopd fbf32415f7 Point to https://github.com/NixOS/patchelf/issues/124
[ci skip]
2019-05-05 13:09:27 +02:00
probonopd 6755b8619d Remove unset from documentation as it is no longer needed
[ci skip]
2019-05-01 07:55:20 +00:00
probonopd 78b7efea25 Remove the need for unset ... calls using AppRun file (#370) 2019-05-01 07:54:28 +00:00
probonopd 9bb5ff7274 Also deploy Qt 4 translations, closes #360 (#368)
https://github.com/probonopd/linuxdeployqt/issues/360#issuecomment-487554671
2019-04-30 16:40:01 +00:00
probonopd 3f22639c43 Revert patchelf changes
because it resulted in segfault when trying to run linuxdeployqt
2019-04-24 22:59:00 +00:00
probonopd 32bf3dea2e --prefix=/usr for patchelf 2019-04-24 22:37:21 +00:00
probonopd 4d09d0cb7a Fix typo 2019-04-24 22:31:41 +00:00
probonopd 4d7c8119e1 We want a newer patchelf 2019-04-24 22:18:10 +00:00
probonopd cf7a4814c2 Fix typo
[ci skip]
2019-04-22 00:09:33 +02:00
probonopd de6d87358b Mention glibc 2.23 and xenial 2019-04-10 07:48:00 +02:00
probonopd c46fd707cc meson with ninja
[ci skip]
2019-04-09 19:14:07 +02:00
probonopd 31472be731 meson
[ci skip]
2019-04-09 08:55:31 +02:00
probonopd 30c37f4da3 meson
[ci skip]
2019-04-09 08:53:52 +02:00
probonopd e8148f3eda Trigger new build 2019-03-30 18:30:51 +00:00
probonopd f0e3033585 Trying appimagetool master
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-475953912
2019-03-24 13:12:47 +00:00
probonopd 72213f1c94 Update tests-environment.sh
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-475132495
2019-03-21 08:42:08 +01:00
probonopd 8c98d8dcd4 Next try, corrected 2019-03-21 08:20:21 +01:00
probonopd 890c7589cb Next try
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-474560095
2019-03-21 08:20:01 +01:00
probonopd b01a29254c Revert last change 2019-03-19 19:58:57 +01:00
probonopd 64940f5fd0 Test https://github.com/AppImage/AppImageKit/pull/937
https://github.com/AppImage/AppImageKit/pull/937#issuecomment-474494480
2019-03-19 18:53:41 +01:00
probonopd b6aafc2236 travis-2052/appimagetool-x86_64.AppImage # AppImageKit branch last-good 2019-03-17 13:53:39 +01:00
probonopd fcf491859b appimagetool continuous
Let's see if we can use appimagetool continuous again after https://github.com/AppImage/AppImageKit/commit/e2737b8
2019-03-17 13:22:26 +01:00
probonopd b47c5c0de3 Use last known good appimagetool
https://github.com/AppImage/AppImageKit/issues/934#issuecomment-473638280
2019-03-17 10:57:51 +01:00
probonopd 07a4f120a3 bisect #335 2019-03-17 10:42:45 +01:00