Skip to content

Commit 37325dd

Browse files
removes CI windows build (#4888)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request based on the reasoning put fourth in tgstation/tgstation#91186 removes the windows build <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game it does nothing but fail rn, and it doesnt really do much when its working as intended. <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
1 parent a352ad2 commit 37325dd

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/ci_suite.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -183,41 +183,6 @@ jobs:
183183
# major: ${{ matrix.major }}
184184
# minor: ${{ matrix.minor }}
185185

186-
test_windows:
187-
name: Windows Build
188-
needs: start_gate
189-
runs-on: windows-latest
190-
timeout-minutes: 5
191-
steps:
192-
- uses: actions/checkout@v3
193-
194-
- name: Restore Yarn cache
195-
uses: actions/cache@v3
196-
with:
197-
path: tgui/.yarn/cache
198-
key: ${{ runner.os }}-yarn-${{ secrets.CACHE_PURGE_KEY }}-${{ hashFiles('tgui/yarn.lock') }}-${{ hashFiles('.github/workflows/ci_suite.yml') }}
199-
restore-keys: |
200-
${{ runner.os }}-yarn-${{ secrets.CACHE_PURGE_KEY }}-${{ hashFiles('tgui/yarn.lock') }}-
201-
${{ runner.os }}-yarn-${{ secrets.CACHE_PURGE_KEY }}-
202-
${{ runner.os }}-yarn-
203-
${{ runner.os }}-
204-
205-
- name: Compile
206-
run: pwsh tools/ci/build.ps1
207-
env:
208-
DM_EXE: "C:\\byond\\bin\\dm.exe"
209-
210-
- name: Create artifact
211-
run: |
212-
md deploy
213-
bash tools/deploy.sh ./deploy
214-
215-
- name: Deploy artifact
216-
uses: actions/upload-artifact@v4
217-
with:
218-
name: deploy
219-
path: deploy
220-
221186
completion_gate: # Serves as a non-moving target for branch rulesets
222187
if: always() && !cancelled()
223188
name: Completion Gate

0 commit comments

Comments
 (0)