Skip to content

Commit

Permalink
CI: Add Conan 2.0 Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Apr 5, 2024
1 parent 0b19b64 commit 8b09ebf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
fail-fast: false
matrix:
config:
- { name: "Windows VS 16 - Conan 1.x", os: "windows-2019", conan_version: "1.*", preset_configure: "default", preset_build: "release", zip_appendix: "win64-vs2019" }
- { name: "Windows VS 17 - Conan 2.x", os: "windows-2022", conan_version: "2.*", preset_configure: "conan-default", preset_build: "conan-release", zip_appendix: "win64-vs2022" }
- { name: "Linux GCC - Conan 1.x", os: "ubuntu-22.04", conan_version: "1.*", preset_configure: "release", preset_build: "release", zip_appendix: "linux-gcc" }
- { name: "Windows VS 16 - Conan 1.x", os: "windows-2019", conan_version: "1.*", preset_configure: "default", preset_build: "release", zip_appendix: "win64-vs2019-conan1" }
- { name: "Windows VS 17 - Conan 2.x", os: "windows-2022", conan_version: "2.*", preset_configure: "conan-default", preset_build: "conan-release", zip_appendix: "win64-vs2022-conan2" }
- { name: "Linux GCC - Conan 1.x", os: "ubuntu-22.04", conan_version: "1.*", preset_configure: "release", preset_build: "release", zip_appendix: "linux-gcc-conan1" }
- { name: "Linux GCC - Conan 2.x", os: "ubuntu-22.04", conan_version: "2.*", preset_configure: "conan-default", preset_build: "conan-release", zip_appendix: "linux-gcc-conan2" }
name: ${{ matrix.config.name }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8b09ebf

Please sign in to comment.