File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929 shell : bash
3030
3131 - name : Build and run rexm tool (requires GNU Makefile)
32- # "rexm update" validates and updates all required examples in raylib and even raylib.com repos,
33- # note that it calls examples/Makefile.Web internally, so it requires [make] tool available
32+ # "rexm validate" validates examples collection, looking for inconsistencies, it does not rebuild examples
33+ # "rexm update" validates and updates all examples with inconsistencies, pushing fixes to raylib and raylib.com repos
34+ # note that rexm calls examples/Makefile.Web internally, so it requires [make] tool available
3435 run : |
3536 sudo apt-get update && sudo apt-get install -y libopengl0 libglu1-mesa libx11-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libgl1-mesa-dev libglu1-mesa-dev
3637 cd "${{ github.workspace }}/src"
4748 export REXM_EXAMPLES_COLLECTION_FILE_PATH="${{ github.workspace }}/examples/examples_list.txt"
4849 export REXM_EXAMPLES_VS2022_SLN_FILE="${{ github.workspace }}/projects/VS2022/raylib.sln"
4950 export EMSDK_PATH="${{ github.workspace }}/emsdk-cache/emsdk-main"
50- ./rexm update
51+ ./rexm validate
5152 shell : bash
5253
5354 - name : Commit changes to raylib repo (DISABLED)
You can’t perform that action at this time.
0 commit comments