Updated .drone.yml to use modified cpp-coveralls (NOT TESTED, Drone needs to be run to make sure everything works)

This commit is contained in:
The-EDev 2021-09-29 05:23:20 +03:00
parent 736bc4f074
commit 3b34877e50

View File

@ -19,7 +19,11 @@ steps:
- export TRAVIS_JOB_ID=$DRONE_BUILD_NUMBER
- apt-get -y update
- apt-get -y install libboost-all-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git openssl libssl-dev
- pip3 install mkdocs-material cpp-coveralls pyyaml
- pip3 install mkdocs-material pyyaml --no-input
- git clone https://github.com/CrowCpp/cpp-coveralls.git
- cd cpp-coveralls
- pip3 install . --no-input
- cd ..
- export CC=/usr/bin/gcc
- export CXX=/usr/bin/g++
- mkdir build
@ -109,7 +113,11 @@ steps:
- export TRAVIS_JOB_ID=$DRONE_BUILD_NUMBER
- apt-get -y update
- apt-get -y install libboost-all-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git openssl libssl-dev
- pip3 install mkdocs-material cpp-coveralls pyyaml
- pip3 install mkdocs-material pyyaml --no-input
- git clone https://github.com/CrowCpp/cpp-coveralls.git
- cd cpp-coveralls
- pip3 install . --no-input
- cd ..
- export CC=/usr/bin/gcc
- export CXX=/usr/bin/g++
- mkdir build