Hello, I've seen it mentioned a few times on the mailing list. Can anyone point me to a boost library (or a library which makes use of boost) which builds on appveyor ? A find for appveyor.xml in the boost/libs directory does not yield anything and I couldn't find a way to search for projects on appveyor itself... Thank you ! MAT.
On Sun, Jun 7, 2015 at 11:43 PM, Mathieu Champlon
I've seen it mentioned a few times on the mailing list. Can anyone point me to a boost library (or a library which makes use of boost) which builds on appveyor ? A find for appveyor.xml in the boost/libs directory does not yield anything and I couldn't find a way to search for projects on appveyor itself...
I've started experimenting with it, with the goal of applying it to all Boost libraries.. You can see the results for the Predef library at < https://ci.appveyor.com/project/boostorg/predef>. Unfortunately Appveyor does't have a nice list for organization owned projects (or a good search either). -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On 08/06/2015 07:01, Rene Rivera wrote:
I've started experimenting with it, with the goal of applying it to all Boost libraries.. You can see the results for the Predef library at < https://ci.appveyor.com/project/boostorg/predef>. Unfortunately Appveyor does't have a nice list for organization owned projects (or a good search either).
Ah yes, it's on develop, of course. I was looking on master... Thanks ! MAT.
On 8 Jun 2015 at 6:43, Mathieu Champlon wrote:
I've seen it mentioned a few times on the mailing list. Can anyone point me to a boost library (or a library which makes use of boost) which builds on appveyor ? A find for appveyor.xml in the boost/libs directory does not yield anything and I couldn't find a way to search for projects on appveyor itself...
https://github.com/BoostGSoC13/boost.afio/blob/master/appveyor.yml https://github.com/krzysztof-jusiak/di/blob/cpp14/.appveyor.yml The big remaining todo for AFIO is it doesn't yet XSLT the junit XML results into the xUnit XML which Appveyor consumes. Otherwise Appveyor would track unit test outcomes per build too. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
On 09/06/2015 00:38, Niall Douglas wrote:
https://github.com/BoostGSoC13/boost.afio/blob/master/appveyor.yml
https://github.com/krzysztof-jusiak/di/blob/cpp14/.appveyor.yml
The big remaining todo for AFIO is it doesn't yet XSLT the junit XML results into the xUnit XML which Appveyor consumes. Otherwise Appveyor would track unit test outcomes per build too.
Thanks Niall, this really helps ! Cheers, MAT.
participants (3)
-
Mathieu Champlon
-
Niall Douglas
-
Rene Rivera