1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-09 18:29:36 +00:00

Moving into the new kickc repository.

This commit is contained in:
jespergravgaard 2017-12-29 10:44:25 +01:00
parent dff636226e
commit 7430fc1c5e
4 changed files with 10 additions and 3 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*/*.mon
*/*.vs
*/*.brk
*/*.prg
*/*.sym
*/bin/
*/*/workspace.xml
*/target/

View File

@ -1,4 +1,4 @@
image: maven:3-jdk-8
maven_build:
script: mvn -f src/kickc/ verify
script: mvn verify

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -7,7 +7,6 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java/dk/camelot64/kickc/test/ref" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />