Skip to content

Commit

Permalink
More and better logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 9, 2024
1 parent d48f3de commit 8d9060a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
Remove-Item Env:ANDROID_NDK_ROOT
# Run the build
dotnet run --project Build~
cat D:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity\native~\build-WSA-x86_64\build.log
cat D:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity\native~\build-WSA-arm64\build.log
cat D:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity\native~\build-Android-arm64\build.log
dir d:\cesium\CesiumForUnityBuildProject
dir C:\.ezvcpkg\2024.07.12\packages\spdlog_arm64-android-unity
Expand Down
4 changes: 2 additions & 2 deletions Editor/CompileCesiumForUnityNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ internal static void BuildNativeLibrary(LibraryToBuild library)

List<string> args = new List<string>()
{
"--verbose",
"--trace-expand",
"-B",
library.BuildDirectory,
"-S",
Expand All @@ -483,7 +483,7 @@ internal static void BuildNativeLibrary(LibraryToBuild library)

args = new List<string>()
{
"--verbose",
"--trace-expand",
"--build",
$"\"{library.BuildDirectory}\"",
"--config",
Expand Down

0 comments on commit 8d9060a

Please sign in to comment.