1
0
mirror of https://github.com/russ-p/sqlbuilder.git synced 2025-12-14 09:14:23 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
9976c65fb3 ignored files 2019-07-26 23:28:39 +03:00
f4079b5663 add Drone CI config 2019-07-26 23:27:29 +03:00
2 changed files with 23 additions and 0 deletions

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
name: default
steps:
- name: install
image: maven:3.6.1-jdk-8-slim
volumes:
- name: mvnrepo
path: /root/.m2
commands:
- mvn install
volumes:
- name: mvnrepo
host:
path: /media/data/storage/.m2

6
.gitignore vendored
View File

@@ -1 +1,7 @@
#mvn
/target/ /target/
#Eclipse
.project
.classpath
.settings/