From 62f953361477a659b2e481274b0e226fe267d400 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Wed, 18 Jan 2023 23:27:14 -0600 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 210c72337..1dd816071 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,14 +55,13 @@ steps: - sudo chown eqemu:eqemu /drone/src/ * -R - sudo chown eqemu:eqemu /home/eqemu/.ccache/ * -R - git submodule init && git submodule update - - curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json volumes: - name: cache path: /home/eqemu/.ccache/ - name: Linux x64 image: akkadius/eqemu-server:v11 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 - ./bin/tests volumes: