Skip to content

Commit

Permalink
Add static C++ ci testing on Linux (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Dec 17, 2024
1 parent 05251c8 commit 47d5c39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
test_flags: "--platform=x64 --config=Debug"
msbuild_project: "msbuild/ice.proj"

# Static builds
- os: ubuntu-24.04
config: "static"
build_flags: "CONFIGS=static"
test_flags: "--config=static --filter=Ice/ --filter=IceDiscovery/"
working_directory: "cpp"

# # Xcode SDK builds
# # TODO - Should we also test the debug config here as well?
# - macos-15
Expand Down

0 comments on commit 47d5c39

Please sign in to comment.