使用 GitHub Actions 构建和测试多平台 C++ 项目
原文英文,约300词,阅读约需1分钟。发表于: 。In this tutorial, I will give you the instruction how I set up CI/CD to build and test my C++ multiplatform game engine named NeoSekaiEngine with GitHub Actions. Note: The original post is at...
本教程介绍了使用GitHub Actions设置CI/CD构建和测试名为NeoSekaiEngine的C++多平台游戏引擎。引擎基于C++编写,可在Windows、Linux和Web平台上运行。教程详细介绍了设置步骤、依赖安装、构建和运行测试的结果以及存储结果的方法。作者希望读者能从中学到一些东西。