|
42 | 42 | - name: Git Checkout
|
43 | 43 | uses: actions/checkout@v2
|
44 | 44 |
|
| 45 | + - name: Add SBT proxy repositories |
| 46 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 47 | + |
45 | 48 | - name: Test
|
46 | 49 | run: |
|
47 | 50 | ./project/scripts/sbt ";compile ;test"
|
|
71 | 74 | - name: Git Checkout
|
72 | 75 | uses: actions/checkout@v2
|
73 | 76 |
|
| 77 | + - name: Add SBT proxy repositories |
| 78 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 79 | + |
74 | 80 | - name: Test
|
75 | 81 | run: |
|
76 | 82 | ./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE ;stdlib-bootstrapped/test:run ;stdlib-bootstrapped-tasty-tests/test"
|
@@ -135,6 +141,9 @@ jobs:
|
135 | 141 | - name: Git Checkout
|
136 | 142 | uses: actions/checkout@v2
|
137 | 143 |
|
| 144 | + - name: Add SBT proxy repositories |
| 145 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 146 | + |
138 | 147 | - name: Init Submodules
|
139 | 148 | run: |
|
140 | 149 | git submodule sync
|
@@ -163,6 +172,9 @@ jobs:
|
163 | 172 | - name: Git Checkout
|
164 | 173 | uses: actions/checkout@v2
|
165 | 174 |
|
| 175 | + - name: Add SBT proxy repositories |
| 176 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 177 | + |
166 | 178 | - name: Init Submodules
|
167 | 179 | run: |
|
168 | 180 | git submodule sync
|
@@ -196,6 +208,9 @@ jobs:
|
196 | 208 | - name: Git Checkout
|
197 | 209 | uses: actions/checkout@v2
|
198 | 210 |
|
| 211 | + - name: Add SBT proxy repositories |
| 212 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 213 | + |
199 | 214 | - name: Test
|
200 | 215 | run: ./project/scripts/sbt sbt-dotty/scripted
|
201 | 216 |
|
@@ -228,6 +243,9 @@ jobs:
|
228 | 243 | - name: Git Checkout
|
229 | 244 | uses: actions/checkout@v2
|
230 | 245 |
|
| 246 | + - name: Add SBT proxy repositories |
| 247 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 248 | + |
231 | 249 | - name: Test
|
232 | 250 | run: ./project/scripts/sbt ";compile ;test"
|
233 | 251 |
|
@@ -258,6 +276,9 @@ jobs:
|
258 | 276 | - name: Git Checkout
|
259 | 277 | uses: actions/checkout@v2
|
260 | 278 |
|
| 279 | + - name: Add SBT proxy repositories |
| 280 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 281 | + |
261 | 282 | - name: Publish Nightly
|
262 | 283 | run: |
|
263 | 284 | ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
|
@@ -288,6 +309,9 @@ jobs:
|
288 | 309 | - name: Git Checkout
|
289 | 310 | uses: actions/checkout@v2
|
290 | 311 |
|
| 312 | + - name: Add SBT proxy repositories |
| 313 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 314 | + |
291 | 315 | - name: Generate Website
|
292 | 316 | run: |
|
293 | 317 | ./project/scripts/genDocs -doc-snapshot
|
@@ -330,6 +354,9 @@ jobs:
|
330 | 354 | - name: Git Checkout
|
331 | 355 | uses: actions/checkout@v2
|
332 | 356 |
|
| 357 | + - name: Add SBT proxy repositories |
| 358 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 359 | + |
333 | 360 | - name: Publish Release
|
334 | 361 | run: |
|
335 | 362 | ./project/scripts/sbt dist/packArchive
|
@@ -408,6 +435,9 @@ jobs:
|
408 | 435 | - name: Git Checkout
|
409 | 436 | uses: actions/checkout@v2
|
410 | 437 |
|
| 438 | + - name: Add SBT proxy repositories |
| 439 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 440 | + |
411 | 441 | - name: Generate Website
|
412 | 442 | run: |
|
413 | 443 | ./project/scripts/genDocs -doc-snapshot
|
@@ -449,6 +479,9 @@ jobs:
|
449 | 479 | - name: Git Checkout
|
450 | 480 | uses: actions/checkout@v2
|
451 | 481 |
|
| 482 | + - name: Add SBT proxy repositories |
| 483 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 484 | + |
452 | 485 | - name: Publish Dotty SBT Plugin Release
|
453 | 486 | run: |
|
454 | 487 | ./project/scripts/sbtPublish ";project sbt-dotty ;publishSigned ;sonatypeBundleRelease"
|
0 commit comments