From 3895f0531aca54ed8c16f50a86aa9f089e18e1d8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Aug 2019 22:41:15 +0200 Subject: [PATCH] Revert "CI: Added --keep-going to make commands." This reverts commit b1d973f2a2eaba60f4570a3e938defd0fe4510c8. It didn't help, the error is raised by cmake, not make. --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6337c1f..a5a623c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 --keep-going + - make VERBOSE=1 - 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 --keep-going + - make VERBOSE=1 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 --keep-going + - make VERBOSE=1 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 --keep-going + - make VERBOSE=1 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 --keep-going + - make VERBOSE=1 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 --keep-going + - make package - cp -v remwharead_${DRONE_TAG}-0_amd64.deb .. volumes: - name: debian-package-cache