瀏覽代碼

Fixing buildbots(for real)

Sorry guys this should not have landed in master...
Lemongrass3110 8 年之前
父節點
當前提交
40430d6cb5
共有 2 個文件被更改,包括 12 次插入12 次删除
  1. 4 4
      .travis.yml
  2. 8 8
      appveyor.yml

+ 4 - 4
.travis.yml

@@ -41,10 +41,10 @@ env:
     - DB_PASS="ragnarok"
     - PACKETDBVER=45
   matrix:
-    - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=no --enable_buildbot=yes"
-    - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=no --enable_buildbot=yes"
-    - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=yes --enable_buildbot=yes"
-    - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=yes --enable_buildbot=yes"
+    - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=no --enable-buildbot=yes"
+    - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=no --enable-buildbot=yes"
+    - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=yes --enable-buildbot=yes"
+    - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=yes --enable-buildbot=yes"
 
 notifications:
   email: false

+ 8 - 8
appveyor.yml

@@ -10,28 +10,28 @@ environment:
   matrix:
   - VisualStudioVersion: 10.0
     Solution: rAthena-10.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 11.0
     Solution: rAthena-12.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 12.0
     Solution: rAthena-13.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 14.0
     Solution: rAthena-14.sln
-    Defines: "BUILDBOT"
+    Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 10.0
     Solution: rAthena-10.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 11.0
     Solution: rAthena-12.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 12.0
     Solution: rAthena-13.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
   - VisualStudioVersion: 14.0
     Solution: rAthena-14.sln
-    Defines: "BUILDBOT;PRERE"
+    Defines: "\"BUILDBOT;PRERE\""
 platform:
   - Win32
 configuration: