mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed whitespace.
This commit is contained in:
parent
f35361a8db
commit
47925b8a83
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -53,12 +53,12 @@ script:
|
|||
make -j$(nproc); export COMPILE_RESULT=$?
|
||||
if [[ "$QT_BASE" != "510" ]]; then exit $COMPILE_RESULT; fi
|
||||
make install INSTALL_ROOT=AppDir
|
||||
if [[ "$TRAVIS_TAG" != "" ]]; then
|
||||
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
|
||||
unzip library.zip;
|
||||
mkdir -p AppDir/usr/share/leocad;
|
||||
mv library.bin AppDir/usr/share/leocad/library.bin;
|
||||
fi
|
||||
if [[ "$TRAVIS_TAG" != "" ]]; then
|
||||
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
|
||||
unzip library.zip;
|
||||
mkdir -p AppDir/usr/share/leocad;
|
||||
mv library.bin AppDir/usr/share/leocad/library.bin;
|
||||
fi
|
||||
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
chmod a+x linuxdeployqt*.AppImage
|
||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
|
|
Loading…
Reference in a new issue