mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
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:
parent
acfcdf6b85
commit
32ef5da55a
@ -38,7 +38,7 @@ has_flag() {
|
|||||||
|
|
||||||
make_target=test
|
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 jdk-test
|
||||||
run make ${flags} ${make_target}
|
run make ${flags} ${make_target}
|
||||||
|
Loading…
Reference in New Issue
Block a user