From c616a9588bcfc0b32a700a4fbda184266a090df2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 20 Jan 2023 19:30:16 -0600 Subject: [PATCH] Another release test --- .drone.yml | 53 ---------------------------------------------------- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 54 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2a5e5161..5eeea9f8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,39 +1,4 @@ --- -kind: pipeline -type: docker -name: EQEmulator Server Linux CI - -# Limits how many of these builds can run on the drone runner at a time, this isn't about cores -concurrency: - limit: 1 - -volumes: - - name: cache - host: - path: /var/lib/cache-debug - -steps: - - name: server-build - # Source build script https://github.com/Akkadius/akk-stack/blob/master/containers/eqemu-server/Dockerfile#L20 - image: akkadius/eqemu-server:v11 - commands: - - sudo chown eqemu:eqemu /drone/src/ * -R - - sudo chown eqemu:eqemu /home/eqemu/.ccache/ * -R - - git submodule init && git submodule update && mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=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 - path: /home/eqemu/.ccache/ - -# remove this when merge -trigger: - branch: - - noop - event: - - push - ---- kind: pipeline type: docker @@ -68,12 +33,6 @@ steps: - name: cache path: /home/eqemu/.ccache/ -trigger: - branch: - - akkadius/build-test - event: - - push - --- kind: pipeline @@ -100,12 +59,6 @@ steps: commands: - .\utils\scripts\build\windows-build.ps1 -trigger: - branch: - - akkadius/build-test - event: - - push - --- kind: pipeline @@ -137,9 +90,3 @@ steps: depends_on: - Build Windows - Build Linux - -trigger: - branch: - - akkadius/build-test - event: - - push diff --git a/CHANGELOG.md b/CHANGELOG.md index e31cb40a3..75aa0c015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [22.0.8] + +### Release Test + +Another release test (We're almost there!) + ## [22.0.7] ### Release Test diff --git a/package.json b/package.json index f9a9e155a..63fbb57b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.0.7", + "version": "22.0.8", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"