@@ -3,37 +3,37 @@ pipeline:
33 # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
44 test_legacy :
55 group : test
6- image : lampepfl/dotty:2017-10-05
6+ image : lampepfl/dotty:2017-10-07
77 commands :
88 - cp -R . /tmp/0/ && cd /tmp/0/
99 - ./project/scripts/sbt legacyTests
1010
1111 test :
1212 group : test
13- image : lampepfl/dotty:2017-10-05
13+ image : lampepfl/dotty:2017-10-07
1414 commands :
1515 - cp -R . /tmp/1/ && cd /tmp/1/
1616 - ./project/scripts/sbt testAll
1717 - ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
1818
1919 test_bootstrapped :
2020 group : test
21- image : lampepfl/dotty:2017-10-05
21+ image : lampepfl/dotty:2017-10-07
2222 commands :
2323 - cp -R . /tmp/2/ && cd /tmp/2/
2424 - ./project/scripts/sbt dotty-bootstrapped/testAll
2525 - ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
2626
2727 test_optimised :
2828 group : test
29- image : lampepfl/dotty:2017-10-05
29+ image : lampepfl/dotty:2017-10-07
3030 commands :
3131 - cp -R . /tmp/3/ && cd /tmp/3/
3232 - ./project/scripts/sbt dotty-optimised/testAll
3333
3434 test_sbt :
3535 group : test
36- image : lampepfl/dotty:2017-10-05
36+ image : lampepfl/dotty:2017-10-07
3737 commands :
3838 - cp -R . /tmp/4/ && cd /tmp/4/
3939 - ./project/scripts/sbt sbt-dotty/scripted
@@ -43,7 +43,7 @@ pipeline:
4343
4444 # DOCUMENTATION:
4545 documentation :
46- image : lampepfl/dotty:2017-10-05
46+ image : lampepfl/dotty:2017-10-07
4747 commands :
4848 - ./project/scripts/genDocs
4949 secrets : [ bot_pass ]
@@ -55,7 +55,7 @@ pipeline:
5555 # PUBLISHING:
5656 # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
5757 publish_nightly :
58- image : lampepfl/dotty:2017-10-05
58+ image : lampepfl/dotty:2017-10-07
5959 environment :
6060 - NIGHTLYBUILD=yes
6161 commands :
@@ -68,7 +68,7 @@ pipeline:
6868 environment : nightly
6969
7070 publish_release :
71- image : lampepfl/dotty:2017-10-05
71+ image : lampepfl/dotty:2017-10-07
7272 environment :
7373 - RELEASEBUILD=yes
7474 commands :
@@ -81,7 +81,7 @@ pipeline:
8181 environment : release
8282
8383 publish_sbt_release :
84- image : lampepfl/dotty:2017-10-05
84+ image : lampepfl/dotty:2017-10-07
8585 environment :
8686 - RELEASEBUILD=yes
8787 commands :
0 commit comments