Restore Multirepo integration test

This commit is contained in:
friendseeker 2024-12-19 19:30:20 -08:00
parent 7c5aea78ff
commit 7312398695
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 12 additions and 12 deletions

View File

@ -142,18 +142,18 @@ jobs:
shell: bash shell: bash
run: | run: |
./sbt -v "++2.13.x; all utilControl/test utilRelation/test utilPosition/test" ./sbt -v "++2.13.x; all utilControl/test utilRelation/test utilPosition/test"
# - name: Multirepo integration test - name: Multirepo integration test
# if: ${{ matrix.jobtype == 6 }} if: ${{ matrix.jobtype == 6 }}
# shell: bash shell: bash
# run: | run: |
# # build from fresh IO, LM, and Zinc # build from fresh IO, LM, and Zinc
# BUILD_VERSION="${TEST_SBT_VER}-SNAPSHOT" BUILD_VERSION="${TEST_SBT_VER}-SNAPSHOT"
# cd io cd io
# sbt -v -Dsbt.build.version=${BUILD_VERSION} +publishLocal sbt -v -Dsbt.build.version=${BUILD_VERSION} +publishLocal
# cd ../ cd ../
# sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.version=$BUILD_VERSION -Dsbt.build.fatal=false "+lowerUtils/publishLocal; {librarymanagement}/publishLocal; {zinc}/publishLocal; upperModules/publishLocal" sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.version=$BUILD_VERSION -Dsbt.build.fatal=false "+lowerUtils/publishLocal; {librarymanagement}/publishLocal; {zinc}/publishLocal; upperModules/publishLocal"
# rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
# sbt -v -Dsbt.version=$BUILD_VERSION "++2.13.x; all $UTIL_TESTS; ++$SCALA_212; all $UTIL_TESTS; scripted actions/* source-dependencies/*1of3 dependency-management/*1of4 java/*" sbt -v -Dsbt.version=$BUILD_VERSION "++2.13.x; all $UTIL_TESTS; ++$SCALA_212; all $UTIL_TESTS; scripted actions/* source-dependencies/*1of3 dependency-management/*1of4 java/*"
- name: Build and test (7) - name: Build and test (7)
if: ${{ matrix.jobtype == 7 }} if: ${{ matrix.jobtype == 7 }}
shell: bash shell: bash