Compile akka-actor and akka-actor-tests with Scala 3 in PR validation (#29992)
This commit is contained in:
parent
c5f16dcee1
commit
497885a78b
1 changed files with 6 additions and 0 deletions
|
|
@ -35,12 +35,18 @@ jobs:
|
||||||
- stage: whitesource
|
- stage: whitesource
|
||||||
name: whitesource
|
name: whitesource
|
||||||
script: git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH" && sbt whitesourceCheckPolicies whitesourceUpdate
|
script: git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH" && sbt whitesourceCheckPolicies whitesourceUpdate
|
||||||
|
- stage: scala3
|
||||||
|
name: scala3
|
||||||
|
# separate job since only a few modules compile with Scala 3 yet
|
||||||
|
script: jabba install adopt@1.11-0 && jabba use adopt@1.11-0 && sbt -Dakka.build.scalaVersion=3.0 "akka-actor-tests/test:compile"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: whitesource
|
- name: whitesource
|
||||||
if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v)
|
if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v)
|
||||||
- name: test
|
- name: test
|
||||||
if: type == pull_request OR NOT tag =~ ^v
|
if: type == pull_request OR NOT tag =~ ^v
|
||||||
|
- name: scala3
|
||||||
|
if: type == pull_request OR NOT tag =~ ^v
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue