File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,13 @@ jobs:
4040 cd tools/rexm/VS2022
4141 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64
4242 cd ../../..
43- # Set required environment properties to be used by rexm
4443 set REXM_EXAMPLES_BASE_PATH="examples"
4544 set REXM_EXAMPLES_WEB_PATH="../raylib.com/examples"
4645 set REXM_EXAMPLES_TEMPLATE_FILE_PATH="examples/examples_template.c"
4746 set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="examples/examples_template.png"
4847 set REXM_EXAMPLES_COLLECTION_FILE_PATH="examples/examples_list.txt"
4948 set REXM_EXAMPLES_VS2022_SLN_FILE="projects/VS2022/raylib.sln"
50- # Set emsdk path for Makefile.Web examples building
5149 set EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-main"
52- # Run rexm to update required files
5350 .\tools\rexm\VS2022\build\rexm\bin\x64\Release\rexm.exe update
5451 cd ../..
5552 shell : cmd
You can’t perform that action at this time.
0 commit comments