@@ -15,37 +15,37 @@ pipeline:
1515 # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
1616 test_legacy :
1717 group : test
18- image : lampepfl/dotty:2017-11-17
18+ image : lampepfl/dotty:2018-01-15
1919 commands :
2020 - cp -R . /tmp/0/ && cd /tmp/0/
2121 - ./project/scripts/sbt legacyTests
2222
2323 test :
2424 group : test
25- image : lampepfl/dotty:2017-11-17
25+ image : lampepfl/dotty:2018-01-15
2626 commands :
2727 - cp -R . /tmp/1/ && cd /tmp/1/
2828 - ./project/scripts/sbt ";compile ;test"
2929 - ./project/scripts/sbtTests
3030
3131 test_bootstrapped :
3232 group : test
33- image : lampepfl/dotty:2017-11-17
33+ image : lampepfl/dotty:2018-01-15
3434 commands :
3535 - cp -R . /tmp/2/ && cd /tmp/2/
3636 - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3737 - ./project/scripts/sbtBootstrappedTests
3838
3939 test_optimised :
4040 group : test
41- image : lampepfl/dotty:2017-11-17
41+ image : lampepfl/dotty:2018-01-15
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:2017-11-17
48+ image : lampepfl/dotty:2018-01-15
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:2017-11-17
58+ image : lampepfl/dotty:2018-01-15
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:2017-11-17
70+ image : lampepfl/dotty:2018-01-15
7171 environment :
7272 - NIGHTLYBUILD=yes
7373 commands :
@@ -78,7 +78,7 @@ pipeline:
7878 environment : nightly
7979
8080 publish_release :
81- image : lampepfl/dotty:2017-11-17
81+ image : lampepfl/dotty:2018-01-15
8282 environment :
8383 - RELEASEBUILD=yes
8484 commands :
@@ -102,7 +102,7 @@ pipeline:
102102 event : tag
103103
104104 publish_sbt_release :
105- image : lampepfl/dotty:2017-11-17
105+ image : lampepfl/dotty:2018-01-15
106106 environment :
107107 - RELEASEBUILD=yes
108108 commands :
0 commit comments