File tree 1 file changed +7
-4
lines changed 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
platform :
2
2
- x64
3
3
4
- image : Visual Studio 2015
4
+ image : Visual Studio 2022
5
5
6
6
environment :
7
7
global :
@@ -10,6 +10,7 @@ environment:
10
10
CYG_CACHE : C:/cygwin64/var/cache/setup
11
11
OCAML_PORT : msvc64
12
12
ARTEFACTS : no
13
+ FLEXDLL_VERSION : 0.43
13
14
matrix :
14
15
- OCAMLBRANCH : 3.11
15
16
- OCAMLBRANCH : 3.12
@@ -36,6 +37,8 @@ environment:
36
37
SKIP_OCAML_TEST : no
37
38
- OCAMLBRANCH : 5.0
38
39
OCAML_PORT : mingw64
40
+ - OCAMLBRANCH : 5.1
41
+ OCAML_PORT : mingw64
39
42
SKIP_OCAML_TEST : no
40
43
- OCAMLBRANCH : trunk
41
44
OCAML_PORT : mingw64
@@ -55,9 +58,9 @@ install:
55
58
- ' "%CYG_ROOT%\setup-x86_64.exe" --quiet-mode --no-shortcuts --no-startmenu --no-desktop --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages unzip,zip > nul'
56
59
- ' %CYG_ROOT%\bin\bash -lc "zip --version" > nul || "%CYG_ROOT%\setup-x86_64.exe" --quiet-mode --no-shortcuts --no-startmenu --no-desktop --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --upgrade-also > nul'
57
60
- ' %CYG_ROOT%\bin\bash -lc "cygcheck -dc cygwin"'
58
- - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\ VC\bin\amd64 \vcvars64.bat"
59
- - appveyor DownloadFile "https://github.com/alainfrisch /flexdll/archive/0.37 .tar.gz" -FileName "flexdll.tar.gz"
60
- - appveyor DownloadFile "https://github.com/alainfrisch /flexdll/releases/download/0.37 /flexdll-bin-0.37 .zip" -FileName "flexdll.zip"
61
+ - call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\ VC\Auxiliary\Build \vcvars64.bat"
62
+ - appveyor DownloadFile "https://github.com/ocaml /flexdll/archive/%FLEXDLL_VERSION% .tar.gz" -FileName "flexdll.tar.gz"
63
+ - appveyor DownloadFile "https://github.com/ocaml /flexdll/releases/download/%FLEXDLL_VERSION% /flexdll-bin-%FLEXDLL_VERSION% .zip" -FileName "flexdll.zip"
61
64
- appveyor DownloadFile "https://raw.githubusercontent.com/ocaml/ocaml/trunk/tools/msvs-promote-path" -FileName "msvs-promote-path"
62
65
63
66
build_script :
You can’t perform that action at this time.
0 commit comments