Fixing buildbots(for real)
Sorry guys this should not have landed in master...
This commit is contained in:
commit
40430d6cb5
@ -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
|
||||
|
16
appveyor.yml
16
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user