Skip to content

Commit

Permalink
add missing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 18, 2024
1 parent f5b129c commit 95b0d88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,19 @@ jobs:
- os: windows-2022
compiler: msvc
build_type: Debug
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=TRUE }
- os: windows-2022
compiler: msvc
build_type: Debug
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=FALSE }
- os: windows-2022
compiler: msvc
build_type: Release
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=TRUE }
- os: windows-2022
compiler: msvc
build_type: Release
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=FALSE }

steps:
- name: Checkout Code
Expand Down

0 comments on commit 95b0d88

Please sign in to comment.