forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into topic/sbt1
- Loading branch information
Showing
2,468 changed files
with
5,815 additions
and
4,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,32 +10,31 @@ pipeline: | |
clone: | ||
image: plugins/git | ||
commands: | ||
- ./project/scripts/ci-clone | ||
# if build is PR rebase on top of target branch | ||
- if [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then | ||
git config user.email "[email protected]"; | ||
git config user.name "Dotty CI"; | ||
git pull "$DRONE_REMOTE_URL" "$DRONE_BRANCH"; | ||
fi | ||
# clone submodules in parallelRiRem | ||
- git submodule update --init --recursive --jobs 3 | ||
|
||
# # TESTS: | ||
# # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict | ||
# test_legacy: | ||
# group: test | ||
# image: lampepfl/dotty:2018-01-17 | ||
# commands: | ||
# - cp -R . /tmp/0/ && cd /tmp/0/ | ||
# - ./project/scripts/sbt legacyTests | ||
|
||
# test: | ||
# group: test | ||
# image: lampepfl/dotty:2018-01-17 | ||
# commands: | ||
# - cp -R . /tmp/1/ && cd /tmp/1/ | ||
# - ./project/scripts/sbt ";compile ;test" | ||
# - ./project/scripts/sbtTests | ||
# - ./project/scripts/cmdTests | ||
|
||
# test_bootstrapped: | ||
# group: test | ||
# image: lampepfl/dotty:2018-01-17 | ||
# commands: | ||
# - cp -R . /tmp/2/ && cd /tmp/2/ | ||
# - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test" | ||
# - ./project/scripts/sbtBootstrappedTests | ||
|
||
# test_optimised: | ||
# group: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/.." | ||
|
||
eval "$ROOT/bin/common" "$ROOT/dist-bootstrapped/target/pack/bin/dotd" "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.