浏览代码

update glci

SBird1337 7 年前
父节点
当前提交
01cbd0e3ef
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7
    7
      .gitlab-ci.yml

+ 7
- 7
.gitlab-ci.yml 查看文件

11
     - web
11
     - web
12
     - triggers
12
     - triggers
13
 
13
 
14
-before_script:
15
-  - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
14
+  before_script:
15
+    - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
16
 
16
 
17
     ##
17
     ##
18
     ## Run ssh-agent (inside the build environment)
18
     ## Run ssh-agent (inside the build environment)
19
     ##
19
     ##
20
-  - eval $(ssh-agent -s)
20
+    - eval $(ssh-agent -s)
21
 
21
 
22
 
22
 
23
-script:
24
-  - echo "Building Pokémon SotS"
25
-  - apt-get install -qq -y binutils-arm-none-eabi
26
-  - make -j4 all
23
+  script:
24
+    - echo "Building Pokémon SotS"
25
+    - apt-get install -qq -y binutils-arm-none-eabi
26
+    - make -j4 all