@@ -99,65 +99,15 @@ jobs:
99
99
100
100
test-windows :
101
101
runs-on : [self-hosted, Windows]
102
- container : lampepfl/dotty-windows:2020-10-02
103
102
104
103
steps :
105
- - name : Git Checkout
106
- uses : actions/checkout@v2
107
-
108
- - name : Cache Ivy
109
-
110
- with :
111
- path : C:\.ivy2\cache
112
- key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
113
- restore-keys : ${{ runner.os }}-ivy-
114
-
115
- - name : Cache SBT
116
-
117
- with :
118
- path : C:\.sbt
119
- key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
120
- restore-keys : ${{ runner.os }}-sbt-
121
-
122
- - name : Cache Coursier and Mill
123
-
124
- with :
125
- path : C:\.cache
126
- key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
127
- restore-keys : ${{ runner.os }}-general-
128
-
129
104
- name : Test
130
105
run : sbt ";compile ;test"
131
106
132
107
test_bootstrapped-windows :
133
108
runs-on : [self-hosted, Windows]
134
- container : lampepfl/dotty-windows:2020-10-02
135
109
136
110
steps :
137
- - name : Git Checkout
138
- uses : actions/checkout@v2
139
-
140
- - name : Cache Ivy
141
-
142
- with :
143
- path : C:\.ivy2\cache
144
- key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
145
- restore-keys : ${{ runner.os }}-ivy-
146
-
147
- - name : Cache SBT
148
-
149
- with :
150
- path : C:\.sbt
151
- key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
152
- restore-keys : ${{ runner.os }}-sbt-
153
-
154
- - name : Cache Coursier and Mill
155
-
156
- with :
157
- path : C:\.cache
158
- key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
159
- restore-keys : ${{ runner.os }}-general-
160
-
161
111
- name : Test
162
112
run : sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
163
113
0 commit comments