updated installed packages and pip packages
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
Gulliver 2021-11-17 23:22:15 +01:00
parent f7f8ca6dbb
commit 3dbca4d055

View File

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