mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Use link.
This commit is contained in:
parent
576bbb7563
commit
e242020de9
2 changed files with 7 additions and 3 deletions
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -36,7 +36,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: src/bin/installDeps.sh
|
run: |
|
||||||
|
set MSYSTEM=winsymlinks:lnk
|
||||||
|
src/bin/installDeps.sh
|
||||||
-
|
-
|
||||||
name: Run the backend tests
|
name: Run the backend tests
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
@ -44,7 +46,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build the .zip
|
name: Build the .zip
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: src/bin/buildForWindows.sh
|
run: |
|
||||||
|
set MSYSTEM=winsymlinks:lnk
|
||||||
|
src/bin/buildForWindows.sh
|
||||||
-
|
-
|
||||||
name: Archive production artifacts
|
name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
@ -21,7 +21,7 @@ try cd "${workdir}"
|
||||||
ls -lisa src/bin
|
ls -lisa src/bin
|
||||||
ls bin
|
ls bin
|
||||||
# See https://github.com/msys2/MSYS2-packages/issues/1216
|
# See https://github.com/msys2/MSYS2-packages/issues/1216
|
||||||
export MSYSTEM=winsymlinks:native
|
export MSYSTEM=winsymlinks:lnk
|
||||||
|
|
||||||
OUTPUT=${workdir}/etherpad-win.zip
|
OUTPUT=${workdir}/etherpad-win.zip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue