Skip to content

Commit 9507621

Browse files
committedSep 25, 2020
crix-callgraph: add graphviz to required packages
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
1 parent dcd2e1d commit 9507621

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ matrix:
4444
- llvm-10
4545
- llvm-10-dev
4646
- clang-format-10
47+
- graphviz
4748
python:
4849
- "3.6"
4950
before_install:
@@ -68,6 +69,7 @@ matrix:
6869
- llvm-10
6970
- llvm-10-dev
7071
- clang-format-10
72+
- graphviz
7173
python:
7274
- "3.7"
7375
before_install:

‎safety-architecture/tools/callgraph-tool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CG_DIR=$(pwd)/workgroups/safety-architecture/tools/callgraph-tool
1616
Install the following requirements:
1717
```
1818
sudo apt install python3 python3-pip build-essential cmake libstdc++-8-dev \
19-
clang-10 python3-clang-10 llvm-10 llvm-10-dev clang-format-10
19+
clang-10 python3-clang-10 llvm-10 llvm-10-dev clang-format-10 graphviz
2020
```
2121

2222
In addition, the scripts rely on python packages specified in requirements.txt. You can install the required packages with:

0 commit comments

Comments
 (0)
Please sign in to comment.