Sfoglia il codice sorgente

Update drone.yml

tags/v0.0.5
Peter Vivell 7 anni fa
parent
commit
15dd053421
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      drone.yml

+ 2
- 0
drone.yml Vedi File

19
   commands:
19
   commands:
20
     - mkdir -p /var/cache/apt/archives
20
     - mkdir -p /var/cache/apt/archives
21
     - cp -rp .cache/ /var/cache/apt/archives/
21
     - cp -rp .cache/ /var/cache/apt/archives/
22
+    - ls -l /var/cache/apt/archives
22
     - echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
23
     - echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
23
     - apt-get update
24
     - apt-get update
24
     - apt-get --yes upgrade
25
     - apt-get --yes upgrade
25
     - apt-get --yes install $BUILDDEPS
26
     - apt-get --yes install $BUILDDEPS
26
     - cp -rp /var/cache/apt/archives .cache/
27
     - cp -rp /var/cache/apt/archives .cache/
28
+    - ls -l .cache
27
     - export MAKEFLAGS
29
     - export MAKEFLAGS
28
     - make -C src
30
     - make -C src
29
     - make -C src/contrib
31
     - make -C src/contrib

Loading…
Annulla
Salva