We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211c016 commit 5a2b3a7Copy full SHA for 5a2b3a7
appveyor.yml
@@ -128,7 +128,7 @@ environment:
128
install:
129
- sh: |
130
cd $APPVEYOR_BUILD_FOLDER
131
- if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y update fi
+ if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y update; fi
132
if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y install gcc-multilib g++-multilib libpng-dev libjpeg-dev libgif-dev libtiff-dev libogg-dev libvorbis-dev libsndfile-dev zlib1g-dev; fi
133
if [ "$COMPILER_ID" = "clang" ]; then brew install jpeg giflib libtiff libogg libvorbis libsndfile zlib; fi
134
- cmd: |
0 commit comments