Skip to content

Commit

Permalink
added files for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randomCharacter committed Sep 14, 2016
1 parent 6955e0b commit 175e1ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java
4 changes: 1 addition & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
path.variable.kotlin_bundled=C\:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA 2016.2.1\\plugins\\Kotlin\\kotlinc
path.variable.maven_repository=C\:\\Users\\random\\.m2\\repository
jdk.home.1.7=C\:/Program Files (x86)/Java/jdk1.7.0_55
jdk.home.1.7=
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Compiler options -->

<property name="compiler.debug" value="on"/>
<property name="compiler.debug" value="off"/>
<property name="compiler.generate.no.warnings" value="off"/>
<property name="compiler.args" value=""/>
<property name="compiler.max.memory" value="700m"/>
Expand Down Expand Up @@ -147,7 +147,7 @@

<target name="compile.module.cheap-8.production" description="Compile module CHEAP-8; production classes">
<mkdir dir="${cheap-8.output.dir}"/>
<javac destdir="${cheap-8.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="${module.jdk.bin.cheap-8}/javac">
<javac srcdir="src" destdir="${cheap-8.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="javac">
<compilerarg line="${compiler.args.cheap-8}"/>
<bootclasspath refid="cheap-8.module.bootclasspath"/>
<classpath refid="cheap-8.module.production.classpath"/>
Expand Down Expand Up @@ -208,4 +208,5 @@
</target>

<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
<target name="test" depends="all" description="test"/>
</project>

0 comments on commit 175e1ff

Please sign in to comment.