|
30 | 30 | os: [ubuntu-latest]
|
31 | 31 | scala: [2.12, 2.13, 3]
|
32 | 32 | java: [temurin@8]
|
33 |
| - project: [rootJS, rootJVM, rootNative] |
| 33 | + project: [disciplineNative, disciplineJS, disciplineJVM] |
34 | 34 | runs-on: ${{ matrix.os }}
|
35 | 35 | timeout-minutes: 60
|
36 | 36 | steps:
|
@@ -63,14 +63,14 @@ jobs:
|
63 | 63 | if: matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest'
|
64 | 64 | run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
|
65 | 65 |
|
66 |
| - - name: scalaJSLink |
67 |
| - if: matrix.project == 'rootJS' |
68 |
| - run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/scalaJSLinkerResult |
69 |
| - |
70 | 66 | - name: nativeLink
|
71 |
| - if: matrix.project == 'rootNative' |
| 67 | + if: matrix.project == 'disciplineNative' |
72 | 68 | run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/nativeLink
|
73 | 69 |
|
| 70 | + - name: scalaJSLink |
| 71 | + if: matrix.project == 'disciplineJS' |
| 72 | + run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/scalaJSLinkerResult |
| 73 | + |
74 | 74 | - name: Test
|
75 | 75 | run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' test
|
76 | 76 |
|
@@ -129,92 +129,92 @@ jobs:
|
129 | 129 | if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
|
130 | 130 | run: sbt +update
|
131 | 131 |
|
132 |
| - - name: Download target directories (2.12, rootJS) |
| 132 | + - name: Download target directories (2.12, disciplineNative) |
133 | 133 | uses: actions/download-artifact@v4
|
134 | 134 | with:
|
135 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS |
| 135 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-disciplineNative |
136 | 136 |
|
137 |
| - - name: Inflate target directories (2.12, rootJS) |
| 137 | + - name: Inflate target directories (2.12, disciplineNative) |
138 | 138 | run: |
|
139 | 139 | tar xf targets.tar
|
140 | 140 | rm targets.tar
|
141 | 141 |
|
142 |
| - - name: Download target directories (2.12, rootJVM) |
| 142 | + - name: Download target directories (2.12, disciplineJS) |
143 | 143 | uses: actions/download-artifact@v4
|
144 | 144 | with:
|
145 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM |
| 145 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-disciplineJS |
146 | 146 |
|
147 |
| - - name: Inflate target directories (2.12, rootJVM) |
| 147 | + - name: Inflate target directories (2.12, disciplineJS) |
148 | 148 | run: |
|
149 | 149 | tar xf targets.tar
|
150 | 150 | rm targets.tar
|
151 | 151 |
|
152 |
| - - name: Download target directories (2.12, rootNative) |
| 152 | + - name: Download target directories (2.12, disciplineJVM) |
153 | 153 | uses: actions/download-artifact@v4
|
154 | 154 | with:
|
155 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative |
| 155 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-disciplineJVM |
156 | 156 |
|
157 |
| - - name: Inflate target directories (2.12, rootNative) |
| 157 | + - name: Inflate target directories (2.12, disciplineJVM) |
158 | 158 | run: |
|
159 | 159 | tar xf targets.tar
|
160 | 160 | rm targets.tar
|
161 | 161 |
|
162 |
| - - name: Download target directories (2.13, rootJS) |
| 162 | + - name: Download target directories (2.13, disciplineNative) |
163 | 163 | uses: actions/download-artifact@v4
|
164 | 164 | with:
|
165 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS |
| 165 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-disciplineNative |
166 | 166 |
|
167 |
| - - name: Inflate target directories (2.13, rootJS) |
| 167 | + - name: Inflate target directories (2.13, disciplineNative) |
168 | 168 | run: |
|
169 | 169 | tar xf targets.tar
|
170 | 170 | rm targets.tar
|
171 | 171 |
|
172 |
| - - name: Download target directories (2.13, rootJVM) |
| 172 | + - name: Download target directories (2.13, disciplineJS) |
173 | 173 | uses: actions/download-artifact@v4
|
174 | 174 | with:
|
175 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM |
| 175 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-disciplineJS |
176 | 176 |
|
177 |
| - - name: Inflate target directories (2.13, rootJVM) |
| 177 | + - name: Inflate target directories (2.13, disciplineJS) |
178 | 178 | run: |
|
179 | 179 | tar xf targets.tar
|
180 | 180 | rm targets.tar
|
181 | 181 |
|
182 |
| - - name: Download target directories (2.13, rootNative) |
| 182 | + - name: Download target directories (2.13, disciplineJVM) |
183 | 183 | uses: actions/download-artifact@v4
|
184 | 184 | with:
|
185 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative |
| 185 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-disciplineJVM |
186 | 186 |
|
187 |
| - - name: Inflate target directories (2.13, rootNative) |
| 187 | + - name: Inflate target directories (2.13, disciplineJVM) |
188 | 188 | run: |
|
189 | 189 | tar xf targets.tar
|
190 | 190 | rm targets.tar
|
191 | 191 |
|
192 |
| - - name: Download target directories (3, rootJS) |
| 192 | + - name: Download target directories (3, disciplineNative) |
193 | 193 | uses: actions/download-artifact@v4
|
194 | 194 | with:
|
195 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS |
| 195 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3-disciplineNative |
196 | 196 |
|
197 |
| - - name: Inflate target directories (3, rootJS) |
| 197 | + - name: Inflate target directories (3, disciplineNative) |
198 | 198 | run: |
|
199 | 199 | tar xf targets.tar
|
200 | 200 | rm targets.tar
|
201 | 201 |
|
202 |
| - - name: Download target directories (3, rootJVM) |
| 202 | + - name: Download target directories (3, disciplineJS) |
203 | 203 | uses: actions/download-artifact@v4
|
204 | 204 | with:
|
205 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM |
| 205 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3-disciplineJS |
206 | 206 |
|
207 |
| - - name: Inflate target directories (3, rootJVM) |
| 207 | + - name: Inflate target directories (3, disciplineJS) |
208 | 208 | run: |
|
209 | 209 | tar xf targets.tar
|
210 | 210 | rm targets.tar
|
211 | 211 |
|
212 |
| - - name: Download target directories (3, rootNative) |
| 212 | + - name: Download target directories (3, disciplineJVM) |
213 | 213 | uses: actions/download-artifact@v4
|
214 | 214 | with:
|
215 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative |
| 215 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3-disciplineJVM |
216 | 216 |
|
217 |
| - - name: Inflate target directories (3, rootNative) |
| 217 | + - name: Inflate target directories (3, disciplineJVM) |
218 | 218 | run: |
|
219 | 219 | tar xf targets.tar
|
220 | 220 | rm targets.tar
|
@@ -277,5 +277,5 @@ jobs:
|
277 | 277 | - name: Submit Dependencies
|
278 | 278 | uses: scalacenter/sbt-dependency-submission@v2
|
279 | 279 | with:
|
280 |
| - modules-ignore: discipline_2.12 discipline_2.13 discipline_3 discipline_2.12 discipline_2.13 discipline_3 discipline_2.12 discipline_2.13 discipline_3 |
| 280 | + modules-ignore: disciplinenative_2.12 disciplinenative_2.13 disciplinenative_3 disciplinejs_2.12 disciplinejs_2.13 disciplinejs_3 disciplinejvm_2.12 disciplinejvm_2.13 disciplinejvm_3 |
281 | 281 | configs-ignore: test scala-tool scala-doc-tool test-internal
|
0 commit comments