Browse Source

update glci

SBird1337 6 years ago
parent
commit
36e3dfee7b
1 changed files with 9 additions and 6 deletions
  1. 9
    6
      .gitlab-ci.yml

+ 9
- 6
.gitlab-ci.yml View File

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