VLC: Enable 1.7.0 x86 test build

This commit is contained in:
Boris Kraut 2015-11-28 19:32:39 +01:00
parent 293914a5f2
commit 9e0e17cb3c

View file

@ -1058,6 +1058,41 @@ Build:1.6.6,1060605
./compile.sh -a "x86" --release
buildjni=no
Build:1.7.0,1070003
disable=wait for x86 test
commit=1.7.0
subdir=vlc-android
gradle=VanillaARMv6fpu
srclibs=VLC@7740747
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi" --release
buildjni=no
Build:1.7.0,1070004
disable=wait for x86 test
commit=1.7.0
subdir=vlc-android
gradle=VanillaARMv7
srclibs=VLC@7740747
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi-v7a" --release
buildjni=no
Build:1.7.0,1070005
commit=1.7.0
subdir=vlc-android
gradle=VanillaX86
srclibs=VLC@7740747
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "x86" --release
buildjni=no
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders/ for version code scheme