Merge pull request #2589 from Mailaender/travis

Travis CI support
This commit is contained in:
Chris Forbes
2013-03-09 21:11:54 -08:00
2 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
CSC = gmcs
CSFLAGS = -nologo -warn:4 -debug:full -optimize- -codepage:utf8 -unsafe
CSFLAGS = -nologo -warn:4 -debug:full -optimize- -codepage:utf8 -unsafe -warnaserror
DEFINE = DEBUG;TRACE
COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll thirdparty/ICSharpCode.SharpZipLib.dll thirdparty/FuzzyLogicLibrary.dll
PHONY = core tools package all mods clean distclean