From c631a35f737bf761087250c3968e619e28a26928 Mon Sep 17 00:00:00 2001 From: geektcp Date: Sat, 12 Aug 2023 16:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E7=89=88=E6=9C=AC=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ .travis.yml | 1 + CMakeLists.txt | 2 ++ THANKS | 2 ++ 4 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 983fcef..e0c909f 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,7 @@ cmake_install.cmake # recastnavigation directory needs exception !dep/recastnavigation/RecastDemo/Build/ + +dist.rar +dist.zip +dist.tar.gz \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 65b841d..b9fb88c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ env: - BUILD_TYPE=Release - BUILD_TYPE=Release PCH_FLAG=ON +# gcc and g++ version must be 4.8 addons: apt: sources: diff --git a/CMakeLists.txt b/CMakeLists.txt index 55eec9e..d82e5c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +# build server + project(CMaNGOS) cmake_minimum_required(VERSION 2.8.12) diff --git a/THANKS b/THANKS index 623f356..7ef98ae 100644 --- a/THANKS +++ b/THANKS @@ -1 +1,3 @@ 多谢关注,正是有你们的持续关注,项目才更好的持续更新。 + +遇到部署问题,在issue留言,谢谢。