Skip to content

Commit

Permalink
ci: add relwithdebinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Oct 3, 2024
1 parent febd87b commit d90fc1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/00-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Manually triggered
workflow_dispatch:
push:
branches:
branches: [maintainer/bryan]
pull_request:
branches:

Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
- knottykraken
build_type:
- release
- relwithdebinfo
- debug

steps:
Expand All @@ -54,4 +55,4 @@ jobs:
run: conan profile detect --force

- name: Build a Flexus based on matrix
run: conan build . -pr target/_profile/${{ matrix.build_type }} -b missing --name=${{ matrix.binaries }} -of ./build
run: conan build . -pr target/_profile/${{ matrix.build_type }} -b missing --name=${{ matrix.binaries }} -of ./build

0 comments on commit d90fc1b

Please sign in to comment.