File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 61
61
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
62
62
- sbt -Dscala.build.compileWithDotty=true library/compile
63
63
64
+ # pull request validation (w/ mini-bootstrap)
65
+ - stage : build
66
+ name : " JDK 11 pr validation"
67
+ if : type = pull_request
68
+ env :
69
+ - ADOPTOPENJDK=11
70
+ script :
71
+ - set -e
72
+ - sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
73
+ - STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
74
+ - sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
75
+ - sbt -Dscala.build.compileWithDotty=true library/compile
76
+
64
77
# build the spec using jekyll
65
78
- stage : build
66
79
language : ruby
You can’t perform that action at this time.
0 commit comments