mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(build): use debug builds in pr workflow
This commit is contained in:
parent
eaead6e36b
commit
07233dffcf
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@ -13,21 +13,21 @@ jobs:
|
||||
config:
|
||||
- name: Ubuntu Latest (GCC)
|
||||
os: ubuntu-latest
|
||||
build_type: Release
|
||||
build_type: Debug
|
||||
test_path: WhoaTest
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
|
||||
- name: macOS Latest (Clang)
|
||||
os: macos-latest
|
||||
build_type: Release
|
||||
build_type: Debug
|
||||
test_path: WhoaTest
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
- name: Windows Latest (MSVC)
|
||||
os: windows-latest
|
||||
build_type: Release
|
||||
build_type: Debug
|
||||
test_path: WhoaTest
|
||||
cc: cl
|
||||
cxx: cl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user