Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 1, 2023
1 parent e024cd6 commit aee1cea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ env:
BUILD_TYPE: Release
jobs:
build:
name: "Build"
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
- os: ubuntu-latest
- name: "Build on Linux"
os: ubuntu-latest
artifact: "Linux-x64.zip"
conan-profile: conanprofile-linux.txt
conan-file: conanfile-linux.txt
env:
CC: gcc
CXX: g++
- os: windows-latest
- name: "Build on Windows"
os: windows-latest
artifact: "Windows-x64.zip"
conan-profile: conanprofile-windows.txt
conan-file: conanfile-windows.txt
Expand Down

0 comments on commit aee1cea

Please sign in to comment.