mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-22 19:52:27 +00:00
Update .drone.yml
This commit is contained in:
parent
4f3c97ff24
commit
4e0b762244
@ -72,6 +72,7 @@ steps:
|
||||
image: akkadius/eqemu-server:v11
|
||||
commands:
|
||||
- git submodule init && git submodule update && mkdir -p build-bots && cd build-bots && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_ENABLE_BOTS=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DNDEBUG" -G 'Unix Makefiles' .. && make -j$((`nproc`-4))
|
||||
- curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json
|
||||
- ./bin/tests
|
||||
volumes:
|
||||
- name: cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user