Skip to content

Commit

Permalink
Repin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Jan 13, 2024
1 parent 3b1154e commit 6442251
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActiveProjects/MinstralPlayground
2 changes: 1 addition & 1 deletion ActiveProjects/ProjectCubeSphere
12 changes: 12 additions & 0 deletions buildScript.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off

scons "platform=windows" "module_mono_enabled=yes" "precision=double" "dev_build=yes" "verbose=yes" "-j1"
bin/godot.windows.editor.dev.double.x86_64.mono.exe "--generate-mono-glue" "modules\mono\glue" "--precision=double"
python "%CD%\modules\mono\build_scripts\build_assemblies.py" "--godot-output-dir" "%CD%\bin" "--push-nupkgs-local" "%CD%\..\GodotNugetSourceData" "--precision=double"
scons "module_mono_enabled=yes" "precision=double" "-j8"
COPY "%CD%\..\GodotNugetSourceData" "%APPDATA%\NuGet\GodotNugetSource"
COPY "%CD%\..\GodotNugetSourceData" "%APPDATA%\NuGet\LocalNugetSource"
IF [[ "-n" "%TEMPLATES%" "]]" (
scons "target=template_release" "tools=no" "module_mono_enabled=yes" "precision=double" "-j8"
scons "target=template_debug" "tools=no" "module_mono_enabled=yes" "precision=double" "-j8"
)

0 comments on commit 6442251

Please sign in to comment.