@@ -23,29 +23,29 @@ pipeline:
2323 # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
2424 test :
2525 group : test
26- image : lampepfl/dotty:2018-03-21
26+ image : lampepfl/dotty:2018-03-29
2727 commands :
2828 - cp -R . /tmp/1/ && cd /tmp/1/
2929 - ./project/scripts/sbt ";compile ;test"
3030 - ./project/scripts/cmdTests
3131
3232 test_bootstrapped :
3333 group : test
34- image : lampepfl/dotty:2018-03-21
34+ image : lampepfl/dotty:2018-03-29
3535 commands :
3636 - cp -R . /tmp/2/ && cd /tmp/2/
3737 - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838
3939 test_optimised :
4040 group : test
41- image : lampepfl/dotty:2018-03-21
41+ image : lampepfl/dotty:2018-03-29
4242 commands :
4343 - cp -R . /tmp/3/ && cd /tmp/3/
4444 - ./project/scripts/sbt dotty-optimised/test
4545
4646 test_sbt :
4747 group : test
48- image : lampepfl/dotty:2018-03-21
48+ image : lampepfl/dotty:2018-03-29
4949 commands :
5050 - cp -R . /tmp/4/ && cd /tmp/4/
5151 - ./project/scripts/sbt sbt-dotty/scripted
@@ -55,7 +55,7 @@ pipeline:
5555
5656 # DOCUMENTATION:
5757 documentation :
58- image : lampepfl/dotty:2018-03-21
58+ image : lampepfl/dotty:2018-03-29
5959 commands :
6060 - ./project/scripts/genDocs
6161 secrets : [ bot_pass ]
@@ -67,7 +67,7 @@ pipeline:
6767 # PUBLISHING:
6868 # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
6969 publish_nightly :
70- image : lampepfl/dotty:2018-03-21
70+ image : lampepfl/dotty:2018-03-29
7171 environment :
7272 - NIGHTLYBUILD=yes
7373 commands :
@@ -78,7 +78,7 @@ pipeline:
7878 environment : nightly
7979
8080 publish_release :
81- image : lampepfl/dotty:2018-03-21
81+ image : lampepfl/dotty:2018-03-29
8282 environment :
8383 - RELEASEBUILD=yes
8484 commands :
@@ -102,7 +102,7 @@ pipeline:
102102 event : tag
103103
104104 publish_sbt_release :
105- image : lampepfl/dotty:2018-03-21
105+ image : lampepfl/dotty:2018-03-29
106106 environment :
107107 - RELEASEBUILD=yes
108108 commands :
0 commit comments