test build trigger (1)
This commit is contained in:
@@ -31,7 +31,7 @@ public class BeControl{
|
|||||||
|
|
||||||
/** @return whether this is a bleeding edge build. */
|
/** @return whether this is a bleeding edge build. */
|
||||||
public boolean active(){
|
public boolean active(){
|
||||||
return Version.type.equals("bleeding-edge");
|
return Version.type.equals("bleeding-edge") || !steam;
|
||||||
}
|
}
|
||||||
|
|
||||||
public BeControl(){
|
public BeControl(){
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ if(!project.ext.hasSprites() && System.getenv("JITPACK") != "true"){
|
|||||||
//this is only for local testing
|
//this is only for local testing
|
||||||
//add -Prelease -PversionModifier=steam as build properties
|
//add -Prelease -PversionModifier=steam as build properties
|
||||||
task steamtest(dependsOn: dist){
|
task steamtest(dependsOn: dist){
|
||||||
|
println new File("../JDKs").absolutePath
|
||||||
doLast{
|
doLast{
|
||||||
copy{
|
copy{
|
||||||
from "build/libs/Mindustry.jar"
|
from "build/libs/Mindustry.jar"
|
||||||
|
|||||||
Reference in New Issue
Block a user