mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
CI Updates
This commit is contained in:
parent
e7b4c9ecb2
commit
c1788f0b7d
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
brew upgrade boost cmake icu4c || true
|
brew upgrade boost cmake icu4c || true
|
||||||
|
|
||||||
brew tap nlohmann/json
|
brew tap nlohmann/json
|
||||||
brew install nlohmann_json
|
brew install --with-cmake nlohmann_json
|
||||||
|
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
sudo python get-pip.py
|
sudo python get-pip.py
|
||||||
|
|
|
@ -33,8 +33,8 @@ unset LD_LIBRARY_PATH
|
||||||
export ARCH=$(uname -m)
|
export ARCH=$(uname -m)
|
||||||
export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
|
||||||
|
|
||||||
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
|
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -unsupported-allow-new-glibc -bundle-non-qt-libs
|
||||||
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -appimage
|
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -unsupported-allow-new-glibc -appimage
|
||||||
|
|
||||||
chmod +x nheko-*x86_64.AppImage
|
chmod +x nheko-*x86_64.AppImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue