[CI] Enable Bots (Typo) in Drone Config (#1481)

This commit is contained in:
Michael Cook (mackal)
2021-07-30 12:47:22 -04:00
committed by GitHub
parent c3f8b8073b
commit 2d296eb317
+1 -1
View File
@@ -13,4 +13,4 @@ steps:
image: akkadius/eqemu-server:latest
commands:
- sudo chown eqemu:eqemu /drone/src/ * -R
- git submodule init && git submodule update && mkdir -p build && cd build && cmake -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_BOTS=ON -DEQEMU_BUILD_LUA=ON -G 'Unix Makefiles' .. && make -j$((`nproc`-4))
- git submodule init && git submodule update && mkdir -p build && cd build && cmake -DEQEMU_BUILD_LOGIN=ON -DEQEMU_ENABLE_BOTS=ON -DEQEMU_BUILD_LUA=ON -G 'Unix Makefiles' .. && make -j$((`nproc`-4))