Akkadius
ca7fb66aeb
Test pipeline
2023-01-23 20:19:50 -06:00
Akkadius
f0128ea375
Update .drone.yml
2023-01-23 20:19:50 -06:00
Akkadius
638da17796
Update .drone.yml
2023-01-23 20:19:50 -06:00
Akkadius
d639ed176a
Update .drone.yml
2023-01-23 20:19:50 -06:00
Akkadius
788b4c745e
Test
2023-01-23 20:19:50 -06:00
Akkadius
6f28030e0c
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
f3550de767
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
d3613d7ce3
Add version checks
2023-01-23 20:19:49 -06:00
Akkadius
8d75254868
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
b8dfba71aa
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
88b0d939e6
exit 78
2023-01-23 20:19:49 -06:00
Akkadius
f4a77a3d92
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
b2a1788f0e
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
6d14707251
Check if release
2023-01-23 20:19:49 -06:00
Akkadius
5eba119224
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
ec3cae4830
Filter pipeline stage
2023-01-23 20:19:49 -06:00
Akkadius
78d5f98fcd
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
d53abc34a7
Remove debug
2023-01-23 20:19:49 -06:00
Akkadius
98fd72493a
Test pipeline
2023-01-23 20:19:49 -06:00
Akkadius
bb84e3d7a9
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
76328f5453
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
0983b4c64c
Release without bots
2023-01-23 20:19:49 -06:00
Akkadius
dd58b2e1e4
Yolo
2023-01-23 20:19:49 -06:00
Akkadius
1c8b6b270f
Copy
2023-01-23 20:19:49 -06:00
Akkadius
c44f548e0c
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
3bbf6e4529
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
a62561a4d2
Yolo
2023-01-23 20:19:49 -06:00
Akkadius
d18b08a35b
Yolo
2023-01-23 20:19:49 -06:00
Akkadius
81fc32aa1a
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
27f6d94c57
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
66079ad4d6
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
5666d9ea70
Test upload
2023-01-23 20:19:49 -06:00
Akkadius
0b704ff438
Naming
2023-01-23 20:19:49 -06:00
Akkadius
caf0ca71a0
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
b6226e592e
Test
2023-01-23 20:19:49 -06:00
Akkadius
2cc9ffd0e6
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
7d3e56475e
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
c28da82738
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
cf74980ae0
Update .drone.yml
2023-01-23 20:19:49 -06:00
Akkadius
a36da05e47
Linux
2023-01-23 20:19:49 -06:00
Akkadius
77f96918b9
Split
2023-01-23 20:19:49 -06:00
Akkadius
dcde068e29
Test
2023-01-23 20:19:49 -06:00
Akkadius
7690df4139
Test
2023-01-23 20:19:49 -06:00
Alex King
3335cacac1
[Bots] Cleanup and remove preprocessors. ( #2757 )
...
* [Bots] Cleanup and remove preprocessors.
- Removes every `#ifdef BOTS` we have and locks bots behind `Bots:AllowBots` rule.
- Bot updates are now done by default similar to regular database updates.
- Modify `CMakeLists.txt`, `.drone.yml`, and `BUILD.md` to match the removal of `EQEMU_ENABLE_BOTS`.
* Cleanup
- Add SQL for enabling bots for servers with bots.
- Add message that tells players/operators bots are disabled.
* Suggested changes.
* Bot injection stuff
* Change SQL to bot SQL.
* Tweaks
* Remove `is_bot`
* Update version.h
* Update main.cpp
* Update database.cpp
* Fix name availability crash
* Remove bots from update script
Co-authored-by: Akkadius <akkadius1@gmail.com>
2023-01-20 12:35:33 -06:00
Chris Miles
f8e7576ae7
[File Paths] Implement Path Manager ( #2440 )
...
* Push up branch for testing
* Path manager
* Tweaks
* Changes
* More path work
* Update paths for eqemu_server.pl
* More path work
* Import and export client files
* Path remove
* More path work
* Update eqemu_config.h
* Fix tests
* Tests disable temp
* Update eqemu_config.h
* Update .drone.yml
* Hook tests back up
* Update main.cpp
* Platform tests
* Fix include
* Use std::filesystem on windows
* Fix IPCMutex name on windows
* std::filesystem changes
* Update path_manager.cpp
* Explicit string cast
* Explicit string cast
* Update path_manager.cpp
* Windows fixes
* Mapped files
* Relative fixes
* Use relative paths off of cwd
* Update Debian image to Debian 11 (updates GCC)
Co-authored-by: hg <4683435+hgtw@users.noreply.github.com>
2022-09-28 04:08:59 -05:00
Chris Miles
f07e3f4d3b
[CI] Hook tests back up ( #2316 )
...
* [CI] Hook tests back up
* Pull in config file
* Delete .travis.yml
2022-07-27 08:49:04 -05:00
Chris Miles
a450779c91
[Drone] Speed up drone builds ( #2092 )
...
* Speed up drone builds
* Add chown for ccache
* Add the cmake compiler launcher flag for ccache
* Update .drone.yml
* Don't optimize
* Don't optimize take 2
2022-05-01 20:17:43 -05:00
Michael Cook (mackal)
2d296eb317
[CI] Enable Bots (Typo) in Drone Config ( #1481 )
2021-07-30 11:47:22 -05:00
Chris Miles
5a4c651d6b
Drone Build Pipeline ( #1144 )
...
* Create drone config
* Tweak config
* Update .drone.yml
* Garbage commit to run another build
* Bring cores down
* Fix formatting from https://github.com/EQEmu/Server/pull/1142
* Add tests line
* Change directory to build before running the unit tests
* Remove tests dir
* Avoid double build on PR's
* Testing build settings
2020-12-07 22:36:59 -06:00