From 02d339c64e4ec58e8df7f51e06e4098e664ffa7e Mon Sep 17 00:00:00 2001 From: shi <3361635964@qq.com> Date: Fri, 29 Mar 2024 09:10:25 +0000 Subject: [PATCH] =?UTF-8?q?update=20document/gitlab=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E9=83=A8=E7=BD=B2/gitlab=E5=AE=89=E8=A3=85=E9=83=A8=E7=BD=B2.m?= =?UTF-8?q?d.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shi <3361635964@qq.com> --- .../gitlab\345\256\211\350\243\205\351\203\250\347\275\262.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/document/gitlab\345\256\211\350\243\205\351\203\250\347\275\262/gitlab\345\256\211\350\243\205\351\203\250\347\275\262.md" "b/document/gitlab\345\256\211\350\243\205\351\203\250\347\275\262/gitlab\345\256\211\350\243\205\351\203\250\347\275\262.md" index eaf75c5..b10a999 100644 --- "a/document/gitlab\345\256\211\350\243\205\351\203\250\347\275\262/gitlab\345\256\211\350\243\205\351\203\250\347\275\262.md" +++ "b/document/gitlab\345\256\211\350\243\205\351\203\250\347\275\262/gitlab\345\256\211\350\243\205\351\203\250\347\275\262.md" @@ -13,7 +13,7 @@ wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-16.9.1-ce. #### 2.安装gitlab ``` -yum install -y git tar policycoreutils-python openssh-serve +yum install -y git tar policycoreutils-python openssh-server rpm -ivh gitlab-ce-16.9.1-ce.0.el7.x86_64.rpm ``` @@ -164,6 +164,7 @@ chown -R Kunpeng_staff.Kunpeng_staff /home/gitlab-runner ![](./gitlab/注册09.PNG) ![](./gitlab/注册10.PNG) #### 8.脚本配置指导 +创建或导入工程,选择流水线编辑器 毕昇编译器调用示例: 在流水线脚本中在某一步骤需要调用毕昇编译器进行编译时,以目标文件为”/opt/test.c“文件为例。 -- Gitee