mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-06-04 07:29:49 +08:00
update dtk-build-release-tag-20220425.yml
This commit is contained in:
parent
d5182c760b
commit
1331c369ad
@ -14,16 +14,11 @@ stages:
|
||||
trigger: auto
|
||||
executor: []
|
||||
steps:
|
||||
- step: build@gcc
|
||||
name: build_gcc
|
||||
displayName: GCC 构建
|
||||
gccVersion: '9.4'
|
||||
- step: build@nodejs
|
||||
name: build_dtk
|
||||
displayName: DTK构建
|
||||
nodeVersion: 14.16.0
|
||||
commands:
|
||||
- sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
|
||||
- '# 换源'
|
||||
- apt update
|
||||
- echo "正在准备Debian 10环境..."
|
||||
- apt install git -y >/dev/null 2>&1
|
||||
- git clone https://gitlink.org.cn/shenmo7192/debian-10-container.git
|
||||
- mv debian-10-container/Debian-10.tar.xz /mnt
|
||||
- rm -rf debian-10-container
|
||||
@ -38,11 +33,6 @@ stages:
|
||||
- echo "进入Debian 10环境"
|
||||
- chroot /mnt/Debian-10 /bin/bash /spark-build.sh
|
||||
- cd /mnt/Debian-10/build-spark
|
||||
- 'mkdir target '
|
||||
- for f in $(find . -type f -name "*.deb")
|
||||
- do
|
||||
- ' mv $f target'
|
||||
- done
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
|
Loading…
x
Reference in New Issue
Block a user