瀏覽代碼

Update drone.yml

tags/v0.0.5
Peter Vivell 6 年之前
父節點
當前提交
15dd053421
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      drone.yml

+ 2
- 0
drone.yml 查看文件

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…
取消
儲存