Skip to content

Commit d3b46c0

Browse files
Drop Drone PR & push tests
Tests are now executed by GitHub Actions. Drone tests are still executed on releases since these are still a Drone's responsibility.
1 parent 57efb73 commit d3b46c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.drone.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ steps:
3333
- cp -R . /tmp/1/ && cd /tmp/1/
3434
- ./project/scripts/sbt ";compile ;test"
3535
- ./project/scripts/cmdTests
36+
when:
37+
event:
38+
- tag
39+
- promote
40+
3641

3742
- name: test_bootstrapped
3843
pull: default
@@ -42,6 +47,10 @@ steps:
4247
- cp -R . /tmp/2/ && cd /tmp/2/
4348
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
4449
- ./project/scripts/bootstrapCmdTests
50+
when:
51+
event:
52+
- tag
53+
- promote
4554

4655
- name: community_build
4756
pull: default
@@ -52,6 +61,10 @@ steps:
5261
- git submodule sync
5362
- git submodule update --init --recursive --jobs 7
5463
- ./project/scripts/sbt community-build/test
64+
when:
65+
event:
66+
- tag
67+
- promote
5568

5669
- name: test_sbt
5770
pull: default

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Dotty
22
=====
3-
[![Build Status](http://dotty-ci.epfl.ch/api/badges/lampepfl/dotty/status.svg)](http://dotty-ci.epfl.ch/lampepfl/dotty)
43
[![Dotty CI](https://github.com/lampepfl/dotty/workflows/Dotty%20CI/badge.svg?branch=master)](https://github.com/lampepfl/dotty/actions?query=branch%3Amaster)
54
[![Join the chat at https://gitter.im/lampepfl/dotty](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lampepfl/dotty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
65
[![Log Knowledge](https://img.shields.io/badge/log-knowledge-blueviolet.svg)](https://github.com/lampepfl/dotty-knowledge/issues/new/choose)

0 commit comments

Comments
 (0)