-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CI build on macos and windows (#6)
* Enable build on `macos-latest` * Fix clang weak-vtables warning * Upgrade `checkout` action to `v3` * Fix `-Wdeprecated-copy-with-user-provided-dtor` * Fix clang build * Use constructor inheritance * Enable build on windows-latest * Split steps * Use cmake to build * Fix wrong folder for ctest running * Handle MSVC build * Fix MSVC build * Try to fix MSVC build issue * Fix `unreachable code` warning * Add WINDOWS_EXPORT_ALL_SYMBOLS * Set WINDOWS_EXPORT_ALL_SYMBOLS properly * Try to fix ctest issue on windows * Include CTest in tests CMakeLists.txt * Revert "Include CTest in tests CMakeLists.txt" This reverts commit 5f70f03. * Debug * Fix missing binary file issue on Windows * Debug * Add `-C` to ctest cmd run * Enable examples build in CI
- Loading branch information
1 parent
e3e2b8d
commit f6984aa
Showing
7 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters