Skip to content

Commit 47925b8

Browse files
committedJul 14, 2019
Fixed whitespace.
1 parent f35361a commit 47925b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ script:
5353
make -j$(nproc); export COMPILE_RESULT=$?
5454
if [[ "$QT_BASE" != "510" ]]; then exit $COMPILE_RESULT; fi
5555
make install INSTALL_ROOT=AppDir
56-
if [[ "$TRAVIS_TAG" != "" ]]; then
57-
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
58-
unzip library.zip;
59-
mkdir -p AppDir/usr/share/leocad;
60-
mv library.bin AppDir/usr/share/leocad/library.bin;
61-
fi
56+
if [[ "$TRAVIS_TAG" != "" ]]; then
57+
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
58+
unzip library.zip;
59+
mkdir -p AppDir/usr/share/leocad;
60+
mv library.bin AppDir/usr/share/leocad/library.bin;
61+
fi
6262
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
6363
chmod a+x linuxdeployqt*.AppImage
6464
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH

0 commit comments

Comments
 (0)
Please sign in to comment.