EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: [Merge] ~info-martin-konrad/epics-base:explicitly-specify-appveyor-worker-image into epics-base:3.15
From: Martin Konrad via Core-talk <core-talk at aps.anl.gov>
To: mp+382142 at code.launchpad.net,mdavidsaver <mdavidsaver at gmail.com>
Date: Mon, 13 Apr 2020 20:49:23 -0000
Martin Konrad has proposed merging ~info-martin-konrad/epics-base:explicitly-specify-appveyor-worker-image into epics-base:3.15.

Requested reviews:
  mdavidsaver (mdavidsaver)

For more details, see:
https://code.launchpad.net/~info-martin-konrad/epics-base/+git/epics-base/+merge/382142

AppVeyor kept using "Visual Studio 2019" if not specified explicitly although the documentation says it should default to "Visual Studio 2015". Specifying the worker image explicitly fixes these problems.
-- 
Your team EPICS Core Developers is subscribed to branch epics-base:3.15.
diff --git a/appveyor.yml b/appveyor.yml
index ff829f8..bc04839 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,14 +40,18 @@ configuration:
 # Environment variables: compiler toolchain
 environment:
   matrix:
-  - TOOLCHAIN: 10.0
-  - TOOLCHAIN: 11.0
-  - TOOLCHAIN: 12.0
-  - TOOLCHAIN: 14.0
+  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+    TOOLCHAIN: 10.0
+  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+    TOOLCHAIN: 11.0
+  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+    TOOLCHAIN: 12.0
+  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+    TOOLCHAIN: 14.0
   - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
     TOOLCHAIN: 2017
-  - TOOLCHAIN: mingw
-    APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+  - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+    TOOLCHAIN: mingw
 
 # Platform: architecture
 platform:

Replies:
Re: [Merge] ~info-martin-konrad/epics-base:explicitly-specify-appveyor-worker-image into epics-base:3.15 Martin Konrad via Core-talk
[Merge] ~info-martin-konrad/epics-base:explicitly-specify-appveyor-worker-image into epics-base:3.15 noreply--- via Core-talk

Navigate by Date:
Prev: Re: MSVC printf/vararg weirdness Michael Davidsaver via Core-talk
Next: Re: AppVeyor issue Konrad, Martin via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
Navigate by Thread:
Prev: Re: AppVeyor issue Michael Davidsaver via Core-talk
Next: Re: [Merge] ~info-martin-konrad/epics-base:explicitly-specify-appveyor-worker-image into epics-base:3.15 Martin Konrad via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  <20202021  2022  2023  2024 
ANJ, 14 Apr 2020 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·