mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-01 20:32:26 +00:00
Update .drone.yml
This commit is contained in:
parent
80abf85528
commit
62f9533614
@ -55,14 +55,13 @@ steps:
|
|||||||
- sudo chown eqemu:eqemu /drone/src/ * -R
|
- sudo chown eqemu:eqemu /drone/src/ * -R
|
||||||
- sudo chown eqemu:eqemu /home/eqemu/.ccache/ * -R
|
- sudo chown eqemu:eqemu /home/eqemu/.ccache/ * -R
|
||||||
- git submodule init && git submodule update
|
- git submodule init && git submodule update
|
||||||
- curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /home/eqemu/.ccache/
|
path: /home/eqemu/.ccache/
|
||||||
- name: Linux x64
|
- name: Linux x64
|
||||||
image: akkadius/eqemu-server:v11
|
image: akkadius/eqemu-server:v11
|
||||||
commands:
|
commands:
|
||||||
- cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4))
|
- mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4))
|
||||||
- curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json
|
- curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json
|
||||||
- ./bin/tests
|
- ./bin/tests
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user