Skip to content

Commit

Permalink
cross build to Scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 14, 2020
1 parent 0beeea9 commit 9ca0ac9
Show file tree
Hide file tree
Showing 39 changed files with 387 additions and 443 deletions.
2 changes: 1 addition & 1 deletion bin/run-ci-scripted-to-jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PROJECT_ROOT="zincRoot"
sbt -Dfile.encoding=UTF-8 \
-J-XX:ReservedCodeCacheSize=512M \
-J-Xms1024M -J-Xmx2048M -J-server \
"zincScripted/test:run --to-jar"
"zincScriptedJVM2_12/test:run --to-jar"
2 changes: 1 addition & 1 deletion bin/run-ci-scripted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PROJECT_ROOT="zincRoot"
sbt -Dfile.encoding=UTF-8 \
-J-XX:ReservedCodeCacheSize=512M \
-J-Xms1024M -J-Xmx2048M -J-server \
"zincScripted/test:run"
"zincScriptedJVM2_12/test:run"
2 changes: 1 addition & 1 deletion bin/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ sbt -Dfile.encoding=UTF-8 \
"$PROJECT_ROOT/test:compile" \
crossTestBridges \
"$PROJECT_ROOT/test" \
"zincScripted/test:run"
"zincScriptedJVM2_12/test:run"
Loading

0 comments on commit 9ca0ac9

Please sign in to comment.