Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 1358d5b

Browse files
author
Christopher Zimmermann
committed
appveyor: remove debugging statements, use prebuilt opam switch
1 parent d7da2b1 commit 1358d5b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
environment:
2+
global:
3+
OPAM: True
14
install:
25
- cd "%APPVEYOR_BUILD_FOLDER%"
36
- appveyor DownloadFile "https://raw.githubusercontent.com/madroach/ocaml-appveyor/master/opam_init.cmd"
47
- opam_init.cmd
58
build_script:
69
- cd "%APPVEYOR_BUILD_FOLDER%"
7-
- echo OPAMROOT %OPAMROOT%
8-
- echo OPAM_SWITCH_PREFIX %OPAM_SWITCH_PREFIX%
9-
- echo CAML_LD_LIBRARY_PATH %CAML_LD_LIBRARY_PATH%
10-
- echo OCAMLTOP_INCLUDE_PATH %OCAMLTOP_INCLUDE_PATH%
11-
- echo OCAMLPATH %OCAMLPATH%
1210
- opam install --yes alcotest
1311
- dune build @install
1412
test_script:

0 commit comments

Comments
 (0)