diff options
| author | Maxime Dénès | 2018-10-18 18:20:24 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-10-18 18:20:24 +0200 |
| commit | c3823156da73a63967d9d472e21560af1585b271 (patch) | |
| tree | 9e7472b79b3a52b1429ac8b82f8251f3cce702ef /dev/ci | |
| parent | 61925a1be7cdba6a00b8a4ca48848ccb8dd99da4 (diff) | |
| parent | 09c63ec6ec76ffbae85a07f7b5c8da692bdcb8b9 (diff) | |
Merge PR #8719: [ci] [appveyor] Disable validate target.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/appveyor.sh | 2 |
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 |
