mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 17:15:45 +00:00
Fix scripts
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
commands: |
|
commands: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y pkg-config git gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686
|
apt install -y pkg-config git gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 nsis
|
||||||
cd Packaging/Linux
|
cd Packaging/Linux
|
||||||
bash build-ubuntu-jammy.sh
|
bash build-ubuntu-jammy.sh
|
||||||
bash push-ubuntu-jammy.sh
|
bash push-ubuntu-jammy.sh
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
privateKeySecret: TRUENAS_SSH
|
privateKeySecret: TRUENAS_SSH
|
||||||
commands: |
|
commands: |
|
||||||
cd /mnt/storage24tb/Files/Public/CrossLang
|
cd /mnt/storage24tb/Files/Public/CrossLang
|
||||||
ln -s $NUMBER latest
|
ln -s "$NUMBER" latest
|
||||||
envVars:
|
envVars:
|
||||||
- name: NUMBER
|
- name: NUMBER
|
||||||
value: '@build_number@'
|
value: '@build_number@'
|
||||||
|
|||||||
Reference in New Issue
Block a user