updated installed packages and pip packages
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Gulliver 2021-11-17 23:22:15 +01:00
parent f7f8ca6dbb
commit 3dbca4d055
1 changed files with 7 additions and 8 deletions

View File

@ -12,11 +12,10 @@ steps:
commands:
- 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
- git clone https://github.com/CrowCpp/cpp-coveralls.git
- pip3 install . --no-input
- apt-get -y install graphviz plantuml make python3-pip git
- pip install -r requirements.txt
- cd ..
- make -j4
- make -j4 bundle
trigger:
branch:
@ -46,10 +45,9 @@ steps:
commands:
- export DRONE_BUILD_DIR=$PWD
- 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 mkdocs-redirects pyyaml mkdocs-meta-descriptions-plugin --no-input
- git clone https://github.com/CrowCpp/cpp-coveralls.git
- make -j4
- apt-get -y install graphviz plantuml make python3 python3-pip git
- pip install -r requirements.txt
- make -j4 bundle
trigger:
branch:
@ -57,3 +55,4 @@ trigger:
event:
- push