Commit 9607975 1 parent 6669649 commit 9607975 Copy full SHA for 9607975
File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 54
54
cmake ..
55
55
sudo make -j `nproc` install
56
56
popd
57
+
57
58
58
59
# Download delphi.db
59
60
mkdir -p data && curl http://vanga.sista.arizona.edu/delphi_data/delphi.db -o $DELPHI_DB
Original file line number Diff line number Diff line change 35
35
libgraphviz-dev\
36
36
doxygen
37
37
38
+ # install Served (this must come before any 'pip' calls)
39
+ curl -LO https://github.com/meltwater/served/archive/refs/tags/v1.6.0.tar.gz
40
+ tar -xzf v1.6.0.tar.gz
41
+ pushd served-1.6.0
42
+ mkdir build
43
+ cd build
44
+ cmake ..
45
+ sudo make -j `nproc` install
46
+ popd
47
+
38
48
python3 -m venv delphi_venv
39
49
source delphi_venv/bin/activate
40
50
pip install wheel
44
54
make html
45
55
popd > /dev/null
46
56
57
+
47
58
- name : Deploy docs to ml4ai.github.io/delphi
48
59
uses : peaceiris/actions-gh-pages@v3
49
60
with :
You can’t perform that action at this time.
0 commit comments