CI: Don't make install.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-11-14 02:48:40 +01:00
parent 29c3987816
commit f4ea01d96e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 7 deletions

View File

@ -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