From f4ea01d96e552cf9ba04116efd19ce2867c8e5b2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Nov 2020 02:48:40 +0100 Subject: [PATCH] CI: Don't make install. --- .drone.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2576ed4..10e618f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline name: Build x86_64 +platform: + os: linux + arch: + volumes: - name: debian-package-cache host: @@ -30,19 +34,16 @@ steps: - rm -rf build && mkdir -p build && cd build - cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V - cd ../../ - rm -rf build && mkdir -p build && cd build - CXX="g++-10" cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V - cd ../../ - rm -rf build && mkdir -p build && cd build - CXX="clang++" cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V volumes: - name: debian-package-cache @@ -65,13 +66,11 @@ steps: - rm -rf build && mkdir -p build && cd build - cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V - cd ../../ - rm -rf build && mkdir -p build && cd build - CXX="clang++" cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V volumes: - name: debian-package-cache @@ -96,13 +95,11 @@ steps: - rm -rf build && mkdir -p build && cd build - cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V - cd ../../ - rm -rf build && mkdir -p build && cd build - CXX="clang++" cmake -G "Unix Makefiles" -DWITH_CURL_WRAPPER_TESTS=YES .. - make VERBOSE=1 - - make install DESTDIR=install - cd tests && ctest -V volumes: - name: debian-package-cache