Skip to content

Commit fb4353a

Browse files
committed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -----------------------------------------------------------------------------
2-
# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-18 Bradley M. Bell
2+
# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-20 Bradley M. Bell
33
#
44
# CppAD is distributed under the terms of the
55
# Eclipse Public License Version 2.0.
@@ -19,6 +19,7 @@ environment:
1919
matrix:
2020
- HOST_ARCH_ARG: --host=x86_64-w64-mingw32
2121
ADD_PATH: /mingw64/bin
22+
IMAGE: Visual Studio 2019
2223

2324
# scripts that run after cloning repository
2425
install:

0 commit comments

Comments
 (0)