Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge authored Sep 22, 2023
1 parent 0c8a846 commit 395fcb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:
- { os: "ubuntu-latest", compiler: "clang++-16", generator: "Unix Makefiles", package: "clang-16" }
- { os: "ubuntu-latest", compiler: "g++-12", generator: "Unix Makefiles", package: "g++-12" }
- { os: "ubuntu-latest", compiler: "g++-13", generator: "Unix Makefiles", package: "g++-13" }
- { os: "windows-latest", compiler: "cl", generator: "Visual Studio 17 2022", config: "Debug" }
- { os: "windows-latest", compiler: "cl", generator: "Visual Studio 17 2022", config: "Release" }
- { os: "windows-latest", compiler: "cl", generator: "Ninja", config: "Debug" }
- { os: "windows-latest", compiler: "cl", generator: "Ninja", config: "Release" }
name: "${{ matrix.os }} / ${{ matrix.compiler }} / ${{ matrix.generator }} / ${{ matrix.config }}"
runs-on: "${{ matrix.os }}"
steps:
- name: "Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Tool: Microsoft Windows"
uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with:
vsversion: 2022
toolset: 17.XX
- name: "Tool: Ubuntu"
if: ${{ matrix.package == 'g++-12' ||
matrix.package == 'g++-13' ||
Expand Down

0 comments on commit 395fcb4

Please sign in to comment.