File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 20
20
- export COVERALLS_PULL_REQUEST=$DRONE_PULL_REQUEST
21
21
- apt-get -y update
22
22
- apt-get -y install libboost-all-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git openssl libssl-dev
23
- - pip3 install mkdocs-material pyyaml --no-input
23
+ - pip3 install mkdocs-material mkdocs-redirects pyyaml --no-input
24
24
- git clone https://github.com/CrowCpp/cpp-coveralls.git
25
25
- cd cpp-coveralls
26
26
- pip3 install . --no-input
@@ -114,7 +114,7 @@ steps:
114
114
- export TRAVIS_JOB_ID=$DRONE_BUILD_NUMBER
115
115
- apt-get -y update
116
116
- apt-get -y install libboost-all-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git openssl libssl-dev
117
- - pip3 install mkdocs-material pyyaml --no-input
117
+ - pip3 install mkdocs-material mkdocs-redirects pyyaml --no-input
118
118
- git clone https://github.com/CrowCpp/cpp-coveralls.git
119
119
- cd cpp-coveralls
120
120
- pip3 install . --no-input
Original file line number Diff line number Diff line change @@ -69,7 +69,12 @@ extra:
69
69
link : https://github.com/crowcpp/crow
70
70
- icon : fontawesome/brands/gitter
71
71
link : https://gitter.im/crowfork/community
72
-
72
+
73
+ plugins :
74
+ - redirects :
75
+ redirect_maps :
76
+ ' getting_started/setup/ ' : ' getting_started/setup/linux.md'
77
+
73
78
extra_css :
74
79
- ' stylesheets/colors.css'
75
80
- ' stylesheets/latofonts.css'
You can’t perform that action at this time.
0 commit comments