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