2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Appveyor Settings for the 3.15 (and 7.0) branch builds |
From: | Ralph Lange via Core-talk <core-talk at aps.anl.gov> |
To: | EPICS Core Talk <core-talk at aps.anl.gov> |
Date: | Wed, 23 Dec 2020 13:41:30 +0100 |
I thought I understood Appveyor's need for a pointer to get the .appveyor.yml file from when building our epics-base-3 and epics-base-7 projects. The other day I had a brainwave that the “Custom configuration.yml
file name” setting could be pointed to the raw link for that file on the appropriate branch, thus avoiding the need to separately update a gist every time we want to change that file.
However that doesn’t seem to work, I can’t get the epics-base-3 branch to see the last change I committed to that file on the 3.15 branch:
commit 436ce4526be7d4ce24859c23dd0e71119ca70d50 (HEAD -> 3.15, origin/3.15)Author: Andrew Johnson <anj at anl.gov>Date: Mon Dec 21 15:49:52 2020 -0600
Appveyor: Update CMP from mingw => gcc
diff --git a/.appveyor.yml b/.appveyor.ymlindex 4e5811ee4..1bcba4648 100644--- a/.appveyor.yml+++ b/.appveyor.yml@@ -68,7 +68,7 @@ environment:- CMP: vs2013- CMP: vs2012- CMP: vs2010- - CMP: mingw+ - CMP: gcc
# Platform: processor architectureplatform:
I just pointed it back to my gist and that seems to be working. Any ideas why it will happily accept
but not
?
- Andrew (frustrated by MS as usual)
--Complexity comes for free, simplicity you have to work for.