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