Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriksod committed Jul 29, 2023
1 parent b3d1171 commit 49ce3de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,22 @@ jobs:
toolchain:
- "gcc"
- "clang"
dds_vendor:
- "cyclonedds"
- "fastdds"
include:
- toolchain: "gcc"
dds_vendor: "cyclonedds"
config_option: ""
- toolchain: "clang"
dds_vendor: "cyclonedds"
config_option: "--config=clang"
- toolchain: "gcc"
dds_vendor: "fastdds"
config_option: "--config=fastdds"
- toolchain: "clang"
dds_vendor: "fastdds"
config_option: "--config=clang --config=fastdds"

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 49ce3de

Please sign in to comment.