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