mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-10 07:35:58 +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
|
trigger: auto
|
||||||
executor: []
|
executor: []
|
||||||
steps:
|
steps:
|
||||||
- step: build@gcc
|
- step: build@nodejs
|
||||||
name: build_gcc
|
name: build_dtk
|
||||||
displayName: GCC 构建
|
displayName: DTK构建
|
||||||
gccVersion: '9.4'
|
nodeVersion: 14.16.0
|
||||||
commands:
|
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
|
- git clone https://gitlink.org.cn/shenmo7192/debian-10-container.git
|
||||||
- mv debian-10-container/Debian-10.tar.xz /mnt
|
- mv debian-10-container/Debian-10.tar.xz /mnt
|
||||||
- rm -rf debian-10-container
|
- rm -rf debian-10-container
|
||||||
@ -38,11 +33,6 @@ stages:
|
|||||||
- echo "进入Debian 10环境"
|
- echo "进入Debian 10环境"
|
||||||
- chroot /mnt/Debian-10 /bin/bash /spark-build.sh
|
- chroot /mnt/Debian-10 /bin/bash /spark-build.sh
|
||||||
- cd /mnt/Debian-10/build-spark
|
- cd /mnt/Debian-10/build-spark
|
||||||
- 'mkdir target '
|
|
||||||
- for f in $(find . -type f -name "*.deb")
|
|
||||||
- do
|
|
||||||
- ' mv $f target'
|
|
||||||
- done
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
path:
|
path:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user