C++, How to, Programming

How to specify your Xcode version on GitHub Actions

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on 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 some for your… Lire la suite How to specify your Xcode version on GitHub Actions

Publicité
C++, How to, Programming

How to specify your Xcode version on Appveyor

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on Appveyor. 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 some for your project,… Lire la suite How to specify your Xcode version on Appveyor

C++, How to, Programming

How to specify your Xcode version on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on 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 some for your… Lire la suite How to specify your Xcode version on Azure Pipelines

How to, Open Source, Programming

How to fix undefined _futimens symbol in LLVM on OSX

Hello ! I'm Xavier Jouvenot and in this blog post, we are going to see how to correctly fix an error with undefined "_futimens" symbol in LLVM on OSX. Self promotion: You can find other articles on my website Problematic When integrating the latest version of LLVM with your OSX project, you may have encountered… Lire la suite How to fix undefined _futimens symbol in LLVM on OSX

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

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

How to set up Visual Studio Code command line on OSX ? – Quick Tip

Two week ago, I had to reinstall all the tools I use on a new computer, since the previous one passed away ☠️ And since I often use Visual Studio Code when developing, (please, no debate over which text editor is the best in the comment 😝), I had to reinstall it and make it… Lire la suite How to set up Visual Studio Code command line on OSX ? – Quick Tip

How to

How to set up Sublime Text command line on OSX ? – Quick Tip

Last week, I had to reinstall all the tools I use on a new computer, since the previous one passed away ☠️ And since I use Sublime Text as a default text editor, (please, no debate over which text editor is the best in the comment 😝), I had to reinstall it and make it… Lire la suite How to set up Sublime Text command line on OSX ? – Quick Tip