Skip to content

Commit a113280

Browse files
committed
build debug binarieis
1 parent 23d9d8b commit a113280

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_suite_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
export JAVA_HOME=/usr/lib/jvm/java-${{ matrix.JAVA_VERSION }}-openjdk-amd64
6666
export PATH=$JAVA_HOME/bin:$PATH
6767
export LIBGL_ALWAYS_SOFTWARE=true
68-
xvfb-run --auto-servernum make distrib -j4
68+
xvfb-run --auto-servernum make debug -j4
6969
- name: Create/Update GitHub release
7070
if: ${{ matrix.os == 'ubuntu-22.04' && (github.event_name == 'push' || github.event_name == 'schedule') }}
7171
run: |

.github/workflows/test_suite_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
export JAVA_HOME="$(/usr/libexec/java_home -v 16)"
5555
export PATH=/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin/:$PATH
56-
make distrib -j4
56+
make debug -j4
5757
- name: Create/Update GitHub release
5858
if: ${{ (github.event_name == 'push' || github.event_name == 'schedule') }}
5959
run: |

.github/workflows/test_suite_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Webots Package Creation
7979
run: |
8080
export WEBOTS_HOME=$GITHUB_WORKSPACE
81-
make distrib -j4
81+
make debug -j4
8282
- name: Create/Update GitHub release
8383
if: ${{ (github.event_name == 'push' || github.event_name == 'schedule') }}
8484
run: |

0 commit comments

Comments
 (0)