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

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

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