|
34 | 34 | - name: Git Checkout
|
35 | 35 | uses: actions/checkout@v2
|
36 | 36 |
|
| 37 | + - name: Add SBT proxy repositories |
| 38 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 39 | + |
37 | 40 | - name: Test
|
38 | 41 | run: |
|
39 | 42 | ./project/scripts/sbt ";compile ;test"
|
|
63 | 66 | - name: Git Checkout
|
64 | 67 | uses: actions/checkout@v2
|
65 | 68 |
|
| 69 | + - name: Add SBT proxy repositories |
| 70 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 71 | + |
66 | 72 | - name: Test
|
67 | 73 | run: |
|
68 | 74 | ./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"
|
@@ -120,6 +126,9 @@ jobs:
|
120 | 126 | - name: Git Checkout
|
121 | 127 | uses: actions/checkout@v2
|
122 | 128 |
|
| 129 | + - name: Add SBT proxy repositories |
| 130 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 131 | + |
123 | 132 | - name: Test
|
124 | 133 | run: |
|
125 | 134 | git submodule sync
|
@@ -150,6 +159,9 @@ jobs:
|
150 | 159 | - name: Git Checkout
|
151 | 160 | uses: actions/checkout@v2
|
152 | 161 |
|
| 162 | + - name: Add SBT proxy repositories |
| 163 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 164 | + |
153 | 165 | - name: Test
|
154 | 166 | run: ./project/scripts/sbt sbt-dotty/scripted
|
155 | 167 |
|
@@ -182,6 +194,9 @@ jobs:
|
182 | 194 | - name: Git Checkout
|
183 | 195 | uses: actions/checkout@v2
|
184 | 196 |
|
| 197 | + - name: Add SBT proxy repositories |
| 198 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 199 | + |
185 | 200 | - name: Test
|
186 | 201 | run: ./project/scripts/sbt ";compile ;test"
|
187 | 202 |
|
@@ -212,6 +227,9 @@ jobs:
|
212 | 227 | - name: Git Checkout
|
213 | 228 | uses: actions/checkout@v2
|
214 | 229 |
|
| 230 | + - name: Add SBT proxy repositories |
| 231 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 232 | + |
215 | 233 | - name: Publish Nightly
|
216 | 234 | run: |
|
217 | 235 | ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
|
@@ -242,6 +260,9 @@ jobs:
|
242 | 260 | - name: Git Checkout
|
243 | 261 | uses: actions/checkout@v2
|
244 | 262 |
|
| 263 | + - name: Add SBT proxy repositories |
| 264 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 265 | + |
245 | 266 | - name: Generate Website
|
246 | 267 | run: |
|
247 | 268 | ./project/scripts/genDocs -doc-snapshot
|
@@ -284,6 +305,9 @@ jobs:
|
284 | 305 | - name: Git Checkout
|
285 | 306 | uses: actions/checkout@v2
|
286 | 307 |
|
| 308 | + - name: Add SBT proxy repositories |
| 309 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 310 | + |
287 | 311 | - name: Publish Release
|
288 | 312 | run: |
|
289 | 313 | ./project/scripts/sbt dist/packArchive
|
@@ -362,6 +386,9 @@ jobs:
|
362 | 386 | - name: Git Checkout
|
363 | 387 | uses: actions/checkout@v2
|
364 | 388 |
|
| 389 | + - name: Add SBT proxy repositories |
| 390 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 391 | + |
365 | 392 | - name: Generate Website
|
366 | 393 | run: |
|
367 | 394 | ./project/scripts/genDocs -doc-snapshot
|
@@ -403,6 +430,9 @@ jobs:
|
403 | 430 | - name: Git Checkout
|
404 | 431 | uses: actions/checkout@v2
|
405 | 432 |
|
| 433 | + - name: Add SBT proxy repositories |
| 434 | + run: cp -vf .github/workflows/repositories /root/.sbt/ ; true |
| 435 | + |
406 | 436 | - name: Publish Dotty SBT Plugin Release
|
407 | 437 | run: |
|
408 | 438 | ./project/scripts/sbtPublish ";project sbt-dotty ;publishSigned ;sonatypeBundleRelease"
|
0 commit comments