diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-11-26 17:27:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 17:27:40 +0100 |
commit | 4a25ac665de88f6944cc5f2df6d0a5a043866113 (patch) | |
tree | 4944f5e0443d4422846bf412cd0bc20236cce565 /.github/workflows/windows_build.yml | |
parent | f7d7c4feb7a8f9c63bc4c94ebd48f1771d07958a (diff) |
chore(CI): Make some changes (#17861)
* chore(CI): Make some changes. Less CI's maybe better...
* pendingsql
* FORK TEST - TO BE REVERTED
* changes
* test
* fix
* Revert "FORK TEST - TO BE REVERTED"
This reverts commit 875bc281c5a355cce2ddd8015484e256dbc185cf.
* rename workflow
* rename workflow
* rename workflow
* rename workflow
* I argue windows don't need dry runs
* maybe mac wants to be alive. who knows. When do we drop mac support really...?
Diffstat (limited to '.github/workflows/windows_build.yml')
-rw-r--r-- | .github/workflows/windows_build.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 76d78e7e0a..61a3862ca9 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -34,29 +34,8 @@ jobs: CONTINUOUS_INTEGRATION: true run: | ./acore.sh install-deps - - name: Process pending sql - shell: bash - run: bash bin/acore-db-pendings - name: Build shell: bash run: | export CTOOLS_BUILD=all ./acore.sh compiler build - - name: Copy dll files - shell: bash - run: | - cp "/c/Program Files/OpenSSL/bin/legacy.dll" "env/dist" - - name: Dry run authserver - shell: bash - run: | - source ./apps/ci/ci-gen-server-conf-files.sh "authserver" "configs" "." - cd env/dist - ./authserver -dry-run - - name: Dry run worldserver - shell: bash - run: | - source ./apps/ci/ci-gen-server-conf-files.sh "worldserver" "configs" "." - cd env/dist - ./worldserver -dry-run - - name: Stop MySQL - run: net stop mysql |