Skip to content

Commit 2d8e346

Browse files
authored
Update update_examples.yml
1 parent f3f02b3 commit 2d8e346

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update_examples.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
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"
@@ -47,7 +48,7 @@ jobs:
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)

0 commit comments

Comments
 (0)