diff options
| author | Gaëtan Gilbert | 2018-05-17 13:56:22 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-17 13:56:22 +0200 |
| commit | 330398144ef9996429b3c66b32c6479bb8be896c (patch) | |
| tree | 67176c82ef88cdc7655c5a88a8bf51da8042ded7 /dev/ci | |
| parent | ec043e65c084a86594fb815eb65b2734b87018e2 (diff) | |
| parent | d0243311634a8d6fa77fb2d0bb36eab96186a605 (diff) | |
Merge PR #6808: Add unit tests to test-suite
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 93e7bd99ab..c72705c7f7 100644 --- a/dev/ci/appveyor.sh +++ b/dev/ci/appveyor.sh @@ -5,5 +5,5 @@ tar -xf opam64.tar.xz bash opam64/install.sh opam init -a mingw https://github.com/fdopen/opam-repository-mingw.git --comp 4.02.3+mingw64c --switch 4.02.3+mingw64c eval "$(opam config env)" -opam install -y ocamlfind camlp5 +opam install -y ocamlfind camlp5 ounit cd "$APPVEYOR_BUILD_FOLDER" && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= && make validate |
