Skip to content

Commit 40077a3

Browse files
authored
Merge pull request #41 from DarioBalinzo/circleci-project-setup
Circleci project setup
2 parents 263be5e + 24fc15d commit 40077a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Check https://circleci.com/docs/2.0/language-java/ for more details
2+
#
3+
version: 2
4+
machine: true
5+
jobs:
6+
build:
7+
machine: true
8+
steps:
9+
- checkout
10+
11+
- run: mvn -B clean install

0 commit comments

Comments
 (0)