This commit is contained in:
SamTV12345 2023-08-08 14:18:12 +02:00
parent bfbbd19beb
commit 2d0dcfc5b0
No known key found for this signature in database
GPG key ID: E63EEC7466038043
2 changed files with 5 additions and 5 deletions

View file

@ -15,11 +15,15 @@ jobs:
|| (github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id)
name: Build .zip
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
-
uses: msys2/setup-msys2@v2
with:
release: false
update: false
path-type: inherit
install: >-
zip
@ -36,17 +40,14 @@ jobs:
src/bin/doc/package-lock.json
-
name: Install all dependencies and symlink for ep_etherpad-lite
shell: msys2 {0}
run: |
set MSYSTEM=winsymlinks:lnk
src/bin/installDeps.sh
-
name: Run the backend tests
shell: msys2 {0}
run: cd src && npm test
-
name: Build the .zip
shell: msys2 {0}
run: |
set MSYSTEM=winsymlinks:lnk
src/bin/buildForWindows.sh