Ant travis test build

This commit is contained in:
mittorn
2016-09-14 09:16:34 +00:00
parent e45165a958
commit e759bf819a
4 changed files with 40 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
package in.celest.xash3d;
public class XashConfig {
public static final boolean PKG_TEST = false;
public static final boolean CHECK_SIGNATURES = false;
public static final boolean RELEASE = false;
public static final boolean GP_VERSION = false;
}