mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-22 01:31:27 +00:00
Moving into the new kickc repository.
This commit is contained in:
parent
dff636226e
commit
7430fc1c5e
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
*/*.mon
|
||||
*/*.vs
|
||||
*/*.brk
|
||||
*/*.prg
|
||||
*/*.sym
|
||||
*/bin/
|
||||
*/*/workspace.xml
|
||||
*/target/
|
@ -1,4 +1,4 @@
|
||||
image: maven:3-jdk-8
|
||||
|
||||
maven_build:
|
||||
script: mvn -f src/kickc/ verify
|
||||
script: mvn verify
|
@ -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>
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user