Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci,CMake: Integrate vcpkg into CMakeLists | lat9nq | 2022-07-23 | 1 | -1/+0 |
| | | | | Uses manifest mode if the bundled vcpkg is used. | ||||
* | ci,CMake: Drop Conan support for vcpkg | lat9nq | 2022-07-23 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | Between packages breaking, Conan always being a moving target for minimum required CMake support, and now their moves to Conan 2.0 causing existing packages to break, I suppose this was a long time coming. vcpkg isn't without its drawbacks, but at the moment it seems easier on the project to use for external packages. Mostly removes the logic for Conan from the root CMakeLists file, leaving basic find_package()'s in its place. Sets only the find_package()'s that require CONFIG mode as necessary. clang and linux CI now use the vcpkg toolchain file configured in the Docker container when possible. mingw CI turns off YUZU_TESTS because there's no way on the container to run Windows executables on a Linux host anyway, and it's not easy to get Catch2 there. | ||||
* | CI: unbreak ADO after GHA changes | liushuyu | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | CI: upload artifacts for pull request verification | liushuyu | 2022-07-05 | 1 | -0/+0 |
| | |||||
* | CI: use Ninja to build stuff faster | liushuyu | 2022-07-05 | 1 | -2/+2 |
| | |||||
* | CI: Use GitHub Actions to check pull requests | liushuyu | 2022-07-05 | 1 | -2/+0 |
| | |||||
* | ci: Add clang build scripts | lat9nq | 2021-02-22 | 3 | -0/+46 |
Adds scripts that instruct CI to build yuzu with the installed Clang compiler on yuzuemu/build-environments:linux-fresh. These scripts are based on the .ci/scripts/linux scripts, minus AppImage building since that isn't necessary. Re-uses linux-fresh since that container has Clang 12 installed. |