Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
Tagging
Commits
cef1c70f
Commit
cef1c70f
authored
Dec 05, 2017
by
Travis CI
Browse files
Set up CircleCI
parent
ded80413
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
0 → 100644
View file @
cef1c70f
# Java Maven CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version
:
2
jobs
:
build
:
docker
:
# specify the version you desire here
-
image
:
circleci/openjdk:8-jdk
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
working_directory
:
~/repo
environment
:
# Customize the JVM maximum heap limit
MAVEN_OPTS
:
-Xmx3200m
steps
:
-
checkout
# run tests!
-
run
:
mvn clean install --settings "settings.xml"
workflows
:
version
:
2
commit-workflow
:
jobs
:
-
build
scheduled-workflow
:
triggers
:
-
schedule
:
cron
:
"
30
1
*
*
*"
filters
:
branches
:
only
:
master
jobs
:
-
build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment