latest changes for java
This commit is contained in:
parent
25e6e78881
commit
86c1ea126a
|
@ -5,3 +5,4 @@
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
/bin
|
/bin
|
||||||
|
*/.settings/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
image: gcc:latest
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-c:
|
build-c:
|
||||||
|
image: archlinux_gcc53_qt5_cmake
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd c; make
|
- cd c; make
|
||||||
|
@ -11,6 +11,11 @@ build-c:
|
||||||
- c/libcmdlineoptions.*
|
- c/libcmdlineoptions.*
|
||||||
- c/tests-*
|
- c/tests-*
|
||||||
|
|
||||||
|
build-java:
|
||||||
|
image: archlinux_jdk8
|
||||||
|
stage: build
|
||||||
|
|
||||||
|
|
||||||
#test-c:
|
#test-c:
|
||||||
#stage: test
|
#stage: test
|
||||||
#script:
|
#script:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
|
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
Loading…
Reference in New Issue