mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32: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:
|
config:
|
||||||
- name: Ubuntu Latest (GCC)
|
- name: Ubuntu Latest (GCC)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
build_type: Release
|
build_type: Debug
|
||||||
test_path: WhoaTest
|
test_path: WhoaTest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
cxx: g++
|
cxx: g++
|
||||||
|
|
||||||
- name: macOS Latest (Clang)
|
- name: macOS Latest (Clang)
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
build_type: Release
|
build_type: Debug
|
||||||
test_path: WhoaTest
|
test_path: WhoaTest
|
||||||
cc: clang
|
cc: clang
|
||||||
cxx: clang++
|
cxx: clang++
|
||||||
|
|
||||||
- name: Windows Latest (MSVC)
|
- name: Windows Latest (MSVC)
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
build_type: Release
|
build_type: Debug
|
||||||
test_path: WhoaTest
|
test_path: WhoaTest
|
||||||
cc: cl
|
cc: cl
|
||||||
cxx: cl
|
cxx: cl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user