www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How would I write a travis-ci file for a Meson Dlang project?

reply Mike Brockus <michael squidfarts.com> writes:
If you never seen Meson before then pick up a camera and take a 
picture:
🤔 👉 https://mesonbuild.com/

Hello, everyone.

I started adding continues integration as part of my development 
cycle and I was wondering how would I write a '.travis.yml' file 
for a D language project using Meson build system.

https://github.com/squidfarts/c-executable.git
Jul 16 2019
next sibling parent Andre Pany <andre s-e-a-p.de> writes:
On Tuesday, 16 July 2019 at 15:07:11 UTC, Mike Brockus wrote:
 If you never seen Meson before then pick up a camera and take a 
 picture:
 🤔 👉 https://mesonbuild.com/

 Hello, everyone.

 I started adding continues integration as part of my 
 development cycle and I was wondering how would I write a 
 '.travis.yml' file for a D language project using Meson build 
 system.

 https://github.com/squidfarts/c-executable.git
Hi, Related to your question, I currently add Dub support to this Jenkins pipeline library: https://sap.github.io/jenkins-library/ It contains various steps affecting dub or build for Dub. It isn't finished at this point in time. I will make an announcement hopefully in the next weeks. Kind regards Andre
Jul 16 2019
prev sibling parent Basile B. <b2.temp gmx.com> writes:
On Tuesday, 16 July 2019 at 15:07:11 UTC, Mike Brockus wrote:
 If you never seen Meson before then pick up a camera and take a 
 picture:
 🤔 👉 https://mesonbuild.com/

 Hello, everyone.

 I started adding continues integration as part of my 
 development cycle and I was wondering how would I write a 
 '.travis.yml' file for a D language project using Meson build 
 system.

 https://github.com/squidfarts/c-executable.git
Hello, an example https://github.com/dlang-community/libdparse/blob/master/.travis.yml
Jul 16 2019