File tree 2 files changed +3
-1
lines changed
safety-architecture/tools/callgraph-tool
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ matrix:
44
44
- llvm-10
45
45
- llvm-10-dev
46
46
- clang-format-10
47
+ - graphviz
47
48
python :
48
49
- " 3.6"
49
50
before_install :
@@ -68,6 +69,7 @@ matrix:
68
69
- llvm-10
69
70
- llvm-10-dev
70
71
- clang-format-10
72
+ - graphviz
71
73
python :
72
74
- " 3.7"
73
75
before_install :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CG_DIR=$(pwd)/workgroups/safety-architecture/tools/callgraph-tool
16
16
Install the following requirements:
17
17
```
18
18
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
20
20
```
21
21
22
22
In addition, the scripts rely on python packages specified in requirements.txt. You can install the required packages with:
You can’t perform that action at this time.
0 commit comments