Skip to content

Commit 323425e

Browse files
authored
Merge pull request #1 from jmathtech/circleci-project-setup
Add .circleci/config.yml
2 parents f01b23c + 93caa66 commit 323425e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2.1
2+
3+
orbs:
4+
maven: circleci/maven@0.0.12
5+
6+
workflows:
7+
maven_test:
8+
jobs:
9+
- maven/test # checkout, build, test, and upload test results

0 commit comments

Comments
 (0)