Skip to content

Commit 85c0782

Browse files
committed
Merge branch 'cmake-doxygen' into 'latest'
Add cmake, make, ninja in doxygen container See merge request ricos/allgebra!58
2 parents c077491 + 45e2372 commit 85c0782

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Each release will be tagged as calendar versioning `{year}.{month}.{patch}` form
77
Unreleased
88
===========
99

10+
Added
11+
------
12+
- Add cmake, make, and ninja in doxygen container https://gitlab.ritc.jp/ricos/allgebra/-/merge_requests/58
13+
1014
21.10.1 - 2021/10/14
1115
=====================
1216

doxygen/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FROM ubuntu:20.04
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
RUN apt-get update && apt-get install -y \
13+
cmake make ninja-build \
1314
git doxygen graphviz \
1415
&& apt-get clean \
1516
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)