Skip to content

Drop Drone PR & push tests #8370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ steps:
- cp -R . /tmp/1/ && cd /tmp/1/
- ./project/scripts/sbt ";compile ;test"
- ./project/scripts/cmdTests
when:
event:
- tag
- promote


- name: test_bootstrapped
pull: default
Expand All @@ -42,6 +47,10 @@ steps:
- cp -R . /tmp/2/ && cd /tmp/2/
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
- ./project/scripts/bootstrapCmdTests
when:
event:
- tag
- promote

- name: community_build
pull: default
Expand All @@ -52,6 +61,10 @@ steps:
- git submodule sync
- git submodule update --init --recursive --jobs 7
- ./project/scripts/sbt community-build/test
when:
event:
- tag
- promote

- name: test_sbt
pull: default
Expand Down