Compare commits

...

1 Commits

Author SHA1 Message Date
Ilkka Seppälä
bd2c3ff52d Add .circleci/config.yml 2021-02-28 11:15:17 +02:00

9
.circleci/config.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2.1
orbs:
maven: circleci/maven@1.1
workflows:
maven_test:
jobs:
- maven/test