forked from llmhyy/evosuite-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (27 loc) · 1.04 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: java
sudo: true
dist: trusty
os:
- linux
jdk:
- oraclejdk8
install:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B
script:
# object construction
# - mvn -Dtest=ComputationGraphConstructionTest test -pl shell -e
# test legitimization
- mvn -q -Dtest=BooleanFlagGradientTest test -pl shell
- mvn -q -Dtest=ProjectTestLegitimizationTest test -pl shell
- mvn -q -Dtest=MethodUtilTest test -pl shell
- mvn -q -Dtest=SmartSeedPositiveBranchEvaluatorTest test -pl shell
- mvn -q -Dtest=SmartSeedNegativeBranchEvaluatorTest test -pl shell
#- mvn -Dtest=LayeredCallExampleTest test -pl EvosuiteTest -e
#- mvn -Dtest=MultipleConstructorsExampleTest test -pl EvosuiteTest -e
#- mvn -Dtest=MultipleExceptionsExampleTest test -pl EvosuiteTest -e
# fbranch
#- mvn -Dtest=ValueRangeExampleTest test -pl EvosuiteTest -e
# smart mutation
#- mvn -Dtest=StringArrayExampleTest test -pl EvosuiteTest -e
# object construction
#- mvn -Dtest=CascadingCallExampleTest test -pl EvosuiteTest -e