]> granicus.if.org Git - libvpx/commitdiff
Use ~/bin/cmake, version 3.8
authorYi Luo <luoyi@google.com>
Wed, 24 Jan 2018 18:29:53 +0000 (10:29 -0800)
committerYi Luo <luoyi@google.com>
Wed, 24 Jan 2018 18:29:53 +0000 (10:29 -0800)
Change-Id: I5805d6f1f4aa34faf34282244f49741ed5306e49

scripts/aom_nightly_config.sh

index 29056f5a4d4aa28663b6d077cd223b0cb8b2d1f8..07f193983d6d58bf99d08008ffb2717f5ffe2452 100755 (executable)
@@ -6,8 +6,8 @@ test_dir=~/Dev/nightly
 
 echo "cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0"
 
-cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 > /dev/null 2>&1
-if [ $? -ne 0 ]; then
-  echo "Error: cmake configure fails!" > $test_dir/aom_error_config.txt
-  exit 1
-fi
+~/bin/cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 > /dev/null 2>&1
+if [ $? -ne 0 ]; then
+  echo "Error: cmake configure fails!" > $test_dir/aom_error_config.txt
+  exit 1
+fi