blob: dfd87f6ad35e6a11618aa200ebc8dcfbea806226 [file] [log] [blame]
image: maven:latest
variables:
GITLAB_FEATURES: "${GITLAB_FEATURES},dependency_scanning"
include:
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
stages:
- build
- test
build-and-test:
stage: build
script:
- mvn test
- mvn install
artifacts:
name: "totalngrams"
paths:
- target/*.jar
- target/appassembler/bin/*