Skip to content

Commit e9223c1

Browse files
committed
Enable all tests
1 parent e2e6f7a commit e9223c1

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.drone.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ pipeline:
1919
# clone submodules in parallelRiRem
2020
- git submodule update --init --recursive --jobs 3
2121

22-
# # TESTS:
23-
# # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24-
# test:
25-
# group: test
26-
# image: lampepfl/dotty:2018-01-17
27-
# commands:
28-
# - cp -R . /tmp/1/ && cd /tmp/1/
29-
# - ./project/scripts/sbt ";compile ;test"
30-
# - ./project/scripts/cmdTests
22+
# TESTS:
23+
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24+
test:
25+
group: test
26+
image: lampepfl/dotty:2018-01-17
27+
commands:
28+
- cp -R . /tmp/1/ && cd /tmp/1/
29+
- ./project/scripts/sbt ";compile ;test"
30+
- ./project/scripts/cmdTests
3131

32-
# test_bootstrapped:
33-
# group: test
34-
# image: lampepfl/dotty:2018-01-17
35-
# commands:
36-
# - cp -R . /tmp/2/ && cd /tmp/2/
37-
# - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
32+
test_bootstrapped:
33+
group: test
34+
image: lampepfl/dotty:2018-01-17
35+
commands:
36+
- cp -R . /tmp/2/ && cd /tmp/2/
37+
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838

39-
# test_optimised:
40-
# group: test
41-
# image: lampepfl/dotty:2018-01-17
42-
# commands:
43-
# - cp -R . /tmp/3/ && cd /tmp/3/
44-
# - ./project/scripts/sbt dotty-optimised/test
39+
test_optimised:
40+
group: test
41+
image: lampepfl/dotty:2018-01-17
42+
commands:
43+
- cp -R . /tmp/3/ && cd /tmp/3/
44+
- ./project/scripts/sbt dotty-optimised/test
4545

4646
test_sbt:
4747
group: test

0 commit comments

Comments
 (0)