mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Rename iaito -> cutter
This commit is contained in:
parent
9257294727
commit
9b4668ff02
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "cutter_win32"]
|
[submodule "cutter_win32"]
|
||||||
path = cutter_win32
|
path = cutter_win32
|
||||||
url = https://github.com/mrexodia/cutter_win32
|
url = https://github.com/radareorg/cutter_win32
|
||||||
[submodule "radare2"]
|
[submodule "radare2"]
|
||||||
path = radare2
|
path = radare2
|
||||||
url = https://github.com/radare/radare2
|
url = https://github.com/radare/radare2
|
||||||
|
@ -15,7 +15,7 @@ matrix:
|
|||||||
after_success:
|
after_success:
|
||||||
# TODO: include radare2/www for the webserver
|
# TODO: include radare2/www for the webserver
|
||||||
- macdeployqt cutter.app -dmg
|
- macdeployqt cutter.app -dmg
|
||||||
- curl --upload-file ./iai*.dmg https://transfer.sh/cutter-git.$(git rev-parse --short HEAD).dmg
|
- ls cut*.dmg
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
@ -35,7 +35,7 @@ matrix:
|
|||||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
|
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
|
||||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2
|
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2
|
||||||
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||||
- curl --upload-file ./Iai*.AppImage https://transfer.sh/Cutter-git.$(git rev-parse --short HEAD)-x86_64.AppImage
|
- ls cut*.AppImage
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- git submodule init ; git submodule update
|
- git submodule init ; git submodule update
|
||||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue
Block a user