Commit Graph

108 Commits

Author SHA1 Message Date
Florian Märkl
1e81aafb37 Use r_sys_prefix() for AppImage and macOS AppBundle (Fix #432) 2018-04-16 21:36:55 +02:00
Florian Märkl
4c1e958662 Remove NSS from AppImage 2018-04-14 16:24:53 +02:00
Florian Märkl
6ea813a9f6 Move Python embedding for AppImage to scripts/ 2018-04-14 16:24:53 +02:00
Florian Märkl
b171d25859 Move Code from .travis.yml to scripts/ 2018-04-14 12:20:00 +02:00
Florian Märkl
c127772dc1 Fix themes for AppImage 2018-03-09 18:04:05 +01:00
Florian Märkl
5f991f5a98 Reduce Python size in AppImage 2018-03-09 16:44:11 +01:00
Florian Märkl
3f4b3457b5 Fix QtWebEngine in Application Bundle on macOS 2018-03-08 11:59:53 +01:00
Florian Märkl
5734875405 Add DEPLOY condition to Travis 2018-03-07 16:03:30 +01:00
Florian Märkl
f9b6c8fcc0 Reduce size of Python for macOS 2018-03-07 15:23:46 +01:00
Florian Märkl
5bb1a5be6c Bundle Python for macOS in Travis 2018-03-07 15:23:46 +01:00
Florian Märkl
ad1946cae4 Build and install Python in Travis
Link against custom Python

Test Deploy

Enable Jupyter for AppImage

Build Python Shared
2018-03-04 17:32:47 +01:00
Florian Märkl
8b77ad2766 Fix macOS Travis 2018-03-02 19:27:48 +01:00
xarkes
a738c020f4 CI Fixes 2018-02-27 21:26:14 +01:00
xarkes
cac04434c1 Added QtWebEngine to Travis 2018-02-27 21:26:14 +01:00
xarkes
05982b1304 Modify travis&appveyor regex for tag deployment 2017-11-25 12:51:46 +01:00
xarkes
b22b626171 Modify CI configurations to build tags 2017-11-22 00:06:15 +01:00
Florian Märkl
bacaca1a0b Add QtSvg to Travis 2017-11-21 13:26:31 +01:00
xarkes
ab6d2f7b4b Deploy only on tags 2017-11-20 21:37:00 +01:00
xarkes
a45fd094ad Fix travis (#76) 2017-10-23 23:08:36 +02:00
xarkes
08a8550b88 Fix Travis linux deploy build 2017-10-23 15:03:02 +02:00
xarkes
fb558f2683 Fix travis build 2017-10-23 14:46:46 +02:00
xarkes
f47cae8c89 Travis again 2017-10-23 14:12:46 +02:00
xarkes
6375d8a347 Make travis redeploy all the time 2017-10-23 13:20:51 +02:00
xarkes
32172c3a16 Fix travis typo 2017-10-23 12:54:48 +02:00
xarkes
1cb893ed57 Fix travis typo 2017-10-23 12:52:36 +02:00
xarkes
f32745bd97 Fixing appveyor et travis builds 2017-10-23 12:49:46 +02:00
xarkes
f45b3d6e93 Fix travis build 2017-10-23 11:37:30 +02:00
xarkes
4a4940ebbc Fix .travis.yml 2017-10-23 11:23:52 +02:00
xarkes
37b73ed223 Fix share path for AppImage 2017-10-23 11:22:15 +02:00
xarkes
41be016467 Test prefix modification (#75) 2017-10-23 09:35:33 +02:00
Florian Märkl
ff080c1d3c Remove QtWebEngine (Fix #60)
* Remove QML QtWebEngine dependency

* Remove Web graphs from Dashboard

* Remove web graphs from SidebarWidget

* Remove web mini graph from PreviewWidget

* Remove all remaining html and QtWebEngine dependencies

* Update docs/Compiling-with-CMake.md after QtWebEngine removal

* Remove QtWebEngine from Travis
2017-10-15 13:40:20 +02:00
Maijin
9860e1d6bf Update .travis.yml 2017-10-13 18:11:32 +02:00
xarkes
5b1337d063 Missing && (#47) 2017-10-11 15:45:43 +02:00
xarkes
f202306920 Fix typo in travis (#46) 2017-10-11 14:57:43 +02:00
xarkes
75821f29e1 typo 2017-10-11 14:23:12 +02:00
xarkes
ed0d680355 Fix travis Qt version 2017-10-11 14:18:34 +02:00
Maijin
22cb654046 Update .travis.yml 2017-10-09 17:51:54 +02:00
Tim Siebels
ff3ad1e504 CI for CMake (#33) 2017-10-02 18:41:40 +02:00
Maijin
38e8f2d106 Add deploy 2017-09-26 12:25:49 +02:00
Maijin
bf017e4940 Add deploy 2017-09-26 12:09:00 +02:00
Maijin
b10e97e702 Add Qt in PATH 2017-09-26 11:28:14 +02:00
Maijin
75aa4d93df Change brew config 2017-09-26 11:05:22 +02:00
Maijin
9b4668ff02 Rename iaito -> cutter 2017-09-26 10:32:03 +02:00
Maijin
9257294727 Fix more iaito -> cutter 2017-09-25 19:51:49 +02:00
Maijin
40bd1080f4 Travis test 2017-09-25 19:34:38 +02:00
xarkes
b64fd5ad11 Fix travis build 2017-09-02 12:06:00 +02:00
ballessay
1e35b1768c Use custom qmake parameter for AppImage
Install files for AppImage if a custom qmake parameter is supplied, not
by abusing PREFIX.

Add new paramter to .travis.yml
2017-05-22 23:59:29 +02:00
ballessay
7beab5057e Enable ccache for travis builds 2017-05-14 02:09:27 +02:00
ballessay
d6b766f7b4 Fix webserver failure in appimage
The radare webserver is looking for http.root or http.homeroot which
wasn't included in the appimage, so the webserver failed to start.

Since sys/install.sh seems to just symlinks a lot of files in
/usr/share/radare2 cp -Lr the folder.

Additionally modify the http.root if an AppImage environment is detected.
2017-05-14 02:09:27 +02:00
Duncan Ogilvie
eae419ef3b compile and work on qt 5.6 (this needs testing!) (#123)
* compile and work on qt 5.6 (this needs testing!)

* updated travis

* updated r2

* sync submodules wtf

* updated CMake files
2017-04-12 18:49:01 +02:00
C. Balles
5032c9104d qmake cleanup (#43)
* cleanup: get the include and lib path from r2

* clean up of the main project file

* check if r2 is available

* corrected r2 binary name m(

* qmake error if libr not found

Because the project won't build if r2 or the paths are not found emit
an error

* removed comments and unused variable

* Add 'make install' for AppImage

* Use 'make install' in travis build
2017-04-06 10:29:36 +02:00
probonopd
248393416c Remove linuxdeployqt workaround (#68)
* See whether workaround can be removed

Thanks to b71bd4d587

* Update .travis.yml
2017-04-04 12:09:03 +02:00
probonopd
7d312b56cd -verbose=2 2017-04-02 15:02:45 +02:00
probonopd
d992e8c013 Update .travis.yml 2017-04-02 14:41:17 +02:00
probonopd
436eb6fba4 Use correct icon 2017-04-02 14:35:20 +02:00
probonopd
f133ad11e2 make install does not work, so do it by hand
[ci skip]
2017-04-02 14:31:48 +02:00
probonopd
0e7debdb13 Update .travis.yml 2017-04-02 14:24:06 +02:00
probonopd
c2ce84de5f Create .travis.yml 2017-04-02 14:17:32 +02:00