mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 08:48:22 +00:00
+2
-1
@@ -14,8 +14,9 @@ addons:
|
||||
- libboost-dev
|
||||
- liblua5.1-0-dev
|
||||
- zlib1g-dev
|
||||
env: COMPILER=g++-5
|
||||
script:
|
||||
- CC=gcc-5 CXX=g++-5 cmake -G "Unix Makefiles" -DEQEMU_BUILD_TESTS=ON -DEQEMU_ENABLE_BOTS=ON
|
||||
- cmake -G "Unix Makefiles" -DEQEMU_BUILD_TESTS=ON -DEQEMU_ENABLE_BOTS=ON
|
||||
- make -j8
|
||||
- ./bin/tests
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user