digitalmars.D.learn - How would I write a travis-ci file for a Meson Dlang project?
- Mike Brockus (8/8) Jul 16 2019 If you never seen Meson before then pick up a camera and take a
- Andre Pany (9/18) Jul 16 2019 Hi,
- Basile B. (3/12) Jul 16 2019 Hello, an example
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
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.gitHi, 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
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.gitHello, an example https://github.com/dlang-community/libdparse/blob/master/.travis.yml
Jul 16 2019