aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-11 22:45:41 +0200
committerEmilio Jesus Gallego Arias2018-10-12 13:30:54 +0200
commit09c63ec6ec76ffbae85a07f7b5c8da692bdcb8b9 (patch)
tree972df03b507f6b31b471f2f86bdf6fd64837f34e
parentac367afcd656ae37bcb729b39c595458d44b8584 (diff)
[ci] [appveyor] Disable validate target.
Not a big point on running the checker on Appveyor I think, this will save a bunch of time and improve reliability.
-rw-r--r--dev/ci/appveyor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/appveyor.sh b/dev/ci/appveyor.sh
index d2176e326c..84fec71f7a 100644
--- a/dev/ci/appveyor.sh
+++ b/dev/ci/appveyor.sh
@@ -12,4 +12,4 @@ opam init -a mingw https://github.com/fdopen/opam-repository-mingw.git --comp $A
eval "$(opam config env)"
opam install -y num ocamlfind camlp5 ounit
-cd "$APPVEYOR_BUILD_FOLDER" && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= && make validate
+cd "$APPVEYOR_BUILD_FOLDER" && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= # && make validate