We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ab132 commit fb4353aCopy full SHA for fb4353a
appveyor.yml
@@ -1,5 +1,5 @@
1
# -----------------------------------------------------------------------------
2
-# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-18 Bradley M. Bell
+# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-20 Bradley M. Bell
3
#
4
# CppAD is distributed under the terms of the
5
# Eclipse Public License Version 2.0.
@@ -19,6 +19,7 @@ environment:
19
matrix:
20
- HOST_ARCH_ARG: --host=x86_64-w64-mingw32
21
ADD_PATH: /mingw64/bin
22
+ IMAGE: Visual Studio 2019
23
24
# scripts that run after cloning repository
25
install:
0 commit comments