SBird1337 6 lat temu
rodzic
commit
ba584ee54b
1 zmienionych plików z 9 dodań i 10 usunięć
  1. 9
    10
      .gitlab-ci.yml

+ 9
- 10
.gitlab-ci.yml Wyświetl plik

@@ -1,3 +1,12 @@
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 10
 variables:
2 11
   GIT_SUBMODULE_STRATEGY: recursive
3 12
 
@@ -11,16 +20,6 @@ build-sots:
11 20
     - web
12 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 23
   script:
24 24
     - echo "Building Pokémon SotS"
25
-    - apt-get install -qq -y binutils-arm-none-eabi
26 25
     - make -j4 all