How to, TipsAndTricks

How to automatically detect issues in your YAML file with GitHub Actions

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with GitHub Actions. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with GitHub Actions

Publicité
How to, TipsAndTricks

How to automatically detect issues in your YAML file with Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Azure Pipelines

How to, Open Source, TipsAndTricks

How to create a multi-platform job on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to create a multi-platform job on Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When setting up your continuous integration and delivery environments on Azure Pipelines, or on any CI/CD system, you may… Lire la suite How to create a multi-platform job on Azure Pipelines

Open Source

How to expect a compilation error with Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to expect a compilation error with Azure Pipelines. Self promotion: You can find other articles on my website Problematic Most of the time, when developers interacts with Azure Pipelines, and CI in general, they want to make sure that… Lire la suite How to expect a compilation error with Azure Pipelines

How to, TipsAndTricks

How to automatically unpack a mpkg file on OSX

I'm Xavier Jouvenot and in this small post, we are going to see how to automatically unpack a mpkg file on OSX. Self promotion: You can find other articles on my website 😉 Problematic When working on CI setup for some projects, I ended up having to install a program on a OSX environment which… Lire la suite How to automatically unpack a mpkg file on OSX

How to, TipsAndTricks

How to customize your Vagrant and VirtualBox machines’ folder on Windows ?

Last week, for one of my side projects, I had to use vagrant in order to be able to run some tests on a Chocolatey packages I am currently trying to update. But having a computer almost full, any call to vagrant up ended up failing because of my lack of memory space on my… Lire la suite How to customize your Vagrant and VirtualBox machines’ folder on Windows ?

Formatting

Formatting Cpp, C, Javascript And Other Stuff

Hello dear reader, if you ever came to this article wondering if you should format your code, you can stop reading right now, and go check my other post on that topic. But if you are convinced that code should be formatted, and automatically formatted, first of all welcome 🙂 this post is made for… Lire la suite Formatting Cpp, C, Javascript And Other Stuff