CI: Added --keep-going to make commands.
continuous-integration/drone/push Build is failing Details

curlpp has a buggy pkg-config file with a relative include directory.
This commit is contained in:
tastytea 2019-08-03 22:33:40 +02:00
parent b4e845a352
commit b1d973f2a2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ steps:
- locale-gen en_US.UTF-8 && update-locale LANG=en_US.UTF-8
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TESTS=YES -DWITH_MOZILLA=YES ..
- make VERBOSE=1
- make VERBOSE=1 --keep-going
- make install DESTDIR=install
- cd tests && ctest -V
volumes:
@ -69,7 +69,7 @@ steps:
- apt-get install -qy -t sid libcurlpp-dev
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_MOZILLA=YES ..
- make VERBOSE=1
- make VERBOSE=1 --keep-going
volumes:
- name: debian-package-cache
path: /var/cache/apt/archives
@ -98,7 +98,7 @@ steps:
- apt-get install -qy -t sid libcurlpp-dev
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_MOZILLA=YES ..
- make VERBOSE=1
- make VERBOSE=1 --keep-going
volumes:
- name: debian-package-cache
path: /var/cache/apt/archives
@ -121,7 +121,7 @@ steps:
- apt-get install -qy -t sid libcurlpp-dev
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_MOZILLA=YES ..
- make VERBOSE=1
- make VERBOSE=1 --keep-going
volumes:
- name: debian-package-cache
path: /var/cache/apt/archives
@ -146,7 +146,7 @@ steps:
- apt-get install -qy -t sid libcurlpp-dev
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_MOZILLA=YES ..
- make VERBOSE=1
- make VERBOSE=1 --keep-going
volumes:
- name: debian-package-cache
path: /var/cache/apt/archives
@ -207,7 +207,7 @@ steps:
- apt-get install -qy build-essential file
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_MOZILLA=YES -DMOZILLA_NMH_DIR="lib/mozilla/native-messaging-hosts" -DWITH_DEB=YES ..
- make package
- make package --keep-going
- cp -v remwharead_${DRONE_TAG}-0_amd64.deb ..
volumes:
- name: debian-package-cache