seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
238B

  1. version: 2
  2. jobs:
  3. build:
  4. docker:
  5. - image: circleci/openjdk:8-jdk
  6. working_directory: ~/sentinel
  7. environment:
  8. MAVEN_OPTS: -Xmx3200m
  9. steps:
  10. - checkout
  11. # Run tests
  12. - run: mvn integration-test