mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
[2.x] test: Community Build (#9659)
This adds community build based on the JUnit harness used on scala/scala3.
This commit is contained in:
@@ -56,10 +56,10 @@ jobs:
|
||||
java: 17
|
||||
distribution: zulu
|
||||
jobtype: 12
|
||||
# - os: ubuntu-latest
|
||||
# java: 17
|
||||
# distribution: temurin
|
||||
# jobtype: 13
|
||||
- os: ubuntu-latest
|
||||
java: 17
|
||||
distribution: temurin
|
||||
jobtype: 13
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 25
|
||||
env:
|
||||
@@ -196,8 +196,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
./sbt -v --server "scripted cache/*"
|
||||
# - name: Hash Benchmark
|
||||
# if: ${{ matrix.jobtype == 13 }}
|
||||
# shell: bash
|
||||
# run: |
|
||||
# ./sbt -v "hashBenchmark/Jmh/run -i 5 -wi 3 -f1 -t1"
|
||||
- name: Community build
|
||||
if: ${{ matrix.jobtype == 13 }}
|
||||
shell: bash
|
||||
run: |
|
||||
./sbt -v --server "community-build/test"
|
||||
|
||||
Reference in New Issue
Block a user