Skip to content

Commit 76788ed

Browse files
committed
Run CI non interactive
1 parent be85d6e commit 76788ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
git clone --recursive https://github.com/ddnet-insta/ddnet-insta
121121
cd ddnet-insta
122-
ruby ../bin/cli my_snake_debug_mode
122+
ruby ../bin/cli my_snake_debug_mode:base_pvp
123123
mkdir debug
124124
cd debug
125125
${{ matrix.cmake-path }}cmake --version
@@ -130,8 +130,8 @@ jobs:
130130
- name: Build in release mode
131131
run: |
132132
cd ddnet-insta
133-
ruby ../bin/cli MyCamelReleaseMode
134-
ruby ../bin/cli another_custom_mode
133+
ruby ../bin/cli MyCamelReleaseMode:base_pvp
134+
ruby ../bin/cli another_custom_mode:insta_core
135135
mkdir release
136136
cd release
137137
${{ matrix.cmake-path }}cmake -E env ${{ matrix.cmake-init-env }} ${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -Werror=dev -DDOWNLOAD_GTEST=ON -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=. ..

0 commit comments

Comments
 (0)