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: BETA: ci-scripts 3.0 (feat. Windows on Travis) |
From: | Ralph Lange via Core-talk <core-talk at aps.anl.gov> |
To: | EPICS Core Talk <core-talk at aps.anl.gov> |
Date: | Wed, 10 Jun 2020 12:45:54 +0200 |
I have a question about what version of EPICS base BASE=7.0 actually is. Is that a specific tag, or is it the tip of the 7.0 branch?
Another question. In base7.set I define MODULES="sncseq". When building for RTEMS I use base7.set, but I want to add “ipac” to MODULES. Is there a syntax to do that? If I use this line:
- env: SET=base7 RTEMS=4.10 MODULES="ipac"
First I had a minor problem. The .travis.yml.example-full file does not have an example of using the SET argument. I was doing SET=base7.set, and I got an error message saying .ci-local/base7.set does not exist. But it does exist. The problem is that the .set extension must be omitted, so it should be SET=base7.
Some of the builds are working, but some are failing for reasons I don’t understand. You can see them here: https://travis-ci.org/github/epics-modules/asyn/builds/696643004
The mingw cross builds for Windows both fail with this error:
$ mingw --version
Traceback (most recent call last):
[...]