Skip to content

Commit

Permalink
Remove static configurations from default CI builds
Browse files Browse the repository at this point in the history
I didn't foresee the problem with the resources: they aren't included in
a static library, making BugTrap unable to show all of it's UI dialogs,
because they are resources.
Solution for this is shipping the resources along with the .lib so that
BugTrap user can link them to a final DLL/EXE.
Another problem is a DllMain procedure that can make problems too, if a
user already has this procedure.

I'll leave the configurations themselves, if someone wants to do this.
  • Loading branch information
Xottab-DUTY committed Oct 3, 2024
1 parent d38f5cd commit 7e92d90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ jobs:
- .NET Release
- Debug
- Release
- Debug Static
- Release Static
- Unicode Debug
- Unicode Release
- Unicode Debug Static
- Unicode Release Static
platform: [x64, Win32]
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 7e92d90

Please sign in to comment.