mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
travis.sh: Update for ZSTD.
Note that Ubuntu 14.04 doesn't have libzstd-dev, so we'll be using our bundled version on travis-ci.
This commit is contained in:
parent
f8fdaa7ae8
commit
763cd89ee1
@ -23,10 +23,11 @@ case "$OSTYPE" in
|
|||||||
-DENABLE_UNICE68=OFF \
|
-DENABLE_UNICE68=OFF \
|
||||||
-DENABLE_LIBMSPACK=OFF \
|
-DENABLE_LIBMSPACK=OFF \
|
||||||
-DENABLE_PVRTC=OFF \
|
-DENABLE_PVRTC=OFF \
|
||||||
|
-DENABLE_ZSTD=OFF \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Linux. Enable everything.
|
# Linux. Enable all UI frontends.
|
||||||
# NOTE: KF5 is not available on Ubuntu 14.04,
|
# NOTE: KF5 is not available on Ubuntu 14.04,
|
||||||
# so we can't build the KF5 plugin.
|
# so we can't build the KF5 plugin.
|
||||||
cmake .. \
|
cmake .. \
|
||||||
@ -47,6 +48,7 @@ case "$OSTYPE" in
|
|||||||
-DENABLE_UNICE68=OFF \
|
-DENABLE_UNICE68=OFF \
|
||||||
-DENABLE_LIBMSPACK=OFF \
|
-DENABLE_LIBMSPACK=OFF \
|
||||||
-DENABLE_PVRTC=OFF \
|
-DENABLE_PVRTC=OFF \
|
||||||
|
-DENABLE_ZSTD=OFF \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -68,6 +70,7 @@ cmake .. \
|
|||||||
-DENABLE_UNICE68=ON \
|
-DENABLE_UNICE68=ON \
|
||||||
-DENABLE_LIBMSPACK=ON \
|
-DENABLE_LIBMSPACK=ON \
|
||||||
-DENABLE_PVRTC=ON \
|
-DENABLE_PVRTC=ON \
|
||||||
|
-DENABLE_ZSTD=ON \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
# Build everything.
|
# Build everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user