diff options
| author | Pierre-Marie Pédrot | 2018-11-21 19:16:42 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-21 19:16:42 +0100 |
| commit | 5d3e09970635c68e993ed12fd3313fd2702915fa (patch) | |
| tree | 61c06dcb7313b989bcc42aebf23d0b0cd2465e49 /dev/ci/appveyor.sh | |
| parent | 452cb15fd9647dc453cc36614cc469dfa91e3080 (diff) | |
| parent | aa151dbc7aa501bac78b835a80f9a25c5316d2dc (diff) | |
Merge PR #8945: [camlp5] Remove dependency on camlp5.
Diffstat (limited to 'dev/ci/appveyor.sh')
| -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 84fec71f7a..abeb039c0e 100644 --- a/dev/ci/appveyor.sh +++ b/dev/ci/appveyor.sh @@ -10,6 +10,6 @@ bash opam64/install.sh opam init -a mingw https://github.com/fdopen/opam-repository-mingw.git --comp $APPVEYOR_OPAM_SWITCH --switch $APPVEYOR_OPAM_SWITCH eval "$(opam config env)" -opam install -y num ocamlfind camlp5 ounit +opam install -y num ocamlfind ounit cd "$APPVEYOR_BUILD_FOLDER" && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= # && make validate |
