don't try to run CMake on Cygwin

We've still got some bugs to work out with CMake on Cygwin, so we
disable it for now.
This commit is contained in:
Joel Dice 2014-08-19 11:47:34 -06:00
parent acfcdf6b85
commit 32ef5da55a

View File

@ -38,7 +38,7 @@ has_flag() {
make_target=test
run_cmake -DCMAKE_BUILD_TYPE=Debug
test `uname -o` = "Cygwin" || run_cmake -DCMAKE_BUILD_TYPE=Debug
run make jdk-test
run make ${flags} ${make_target}