Skip to content
Snippets Groups Projects
Commit a86499e3 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add doxygen to relic.

parent 58bf46d2
Branches master
No related tags found
No related merge requests found
Pipeline #53916 failed
...@@ -329,6 +329,7 @@ In this image: ...@@ -329,6 +329,7 @@ In this image:
* libssl (OpenSSL) * libssl (OpenSSL)
* libpthreads * libpthreads
* libgtest (from source) * libgtest (from source)
* doxygen
* make * make
* cmake * cmake
* gdb * gdb
... ...
......
...@@ -7,6 +7,7 @@ In this image: ...@@ -7,6 +7,7 @@ In this image:
* libssl (OpenSSL) * libssl (OpenSSL)
* libpthreads * libpthreads
* libgtest (from source) * libgtest (from source)
* doxygen
* make * make
* cmake * cmake
* gdb * gdb
... ...
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -e set -e
apt-get update apt-get update
apt-get install -y --no-install-recommends build-essential libgmp-dev libssl-dev libpthread-stubs0-dev cmake python3-pip git libboost-all-dev gdb apt-get install -y --no-install-recommends build-essential libgmp-dev libssl-dev libpthread-stubs0-dev cmake python3-pip git libboost-all-dev gdb doxygen
# Relic (no idea why but we need cmake from latest master but code from released v6...) # Relic (no idea why but we need cmake from latest master but code from released v6...)
cd /tmp/ cd /tmp/
... ...
......
...@@ -9,6 +9,7 @@ make -v ...@@ -9,6 +9,7 @@ make -v
cmake --version cmake --version
pip -V pip -V
gcovr --version gcovr --version
doxygen -v
[ -f /usr/local/lib/libgtest.a ] [ -f /usr/local/lib/libgtest.a ]
[ -f /usr/local/lib/libbenchmark.a ] [ -f /usr/local/lib/libbenchmark.a ]
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment