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
Étiquette : Automation
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 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
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 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
Chocolatey and Gist
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to link a gist to a chocolatey package maintainer repository. Self promotion: You can find other articles on my website 😉 Introduction I assume that if you click to see this post, you already know what [Chocolatey] and [Gist]… Lire la suite Chocolatey and Gist
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 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
Formatting Cmake
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 Cmake
Formatting and Automation
Who during code review didn't have a coworker telling you "Please use braces one the same line as the if condition, if not, it's unreadable", or the opposite, "Here we place the bracket after the if, the code is more clearer that way", or the classic one, "Do not use tabs, use spaces for indentation"...… Lire la suite Formatting and Automation