File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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=. ..
You can’t perform that action at this time.
0 commit comments