Skip to content

Commit 6377609

Browse files
committed
Reduce dependency docu
1 parent 13d5ecd commit 6377609

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ addons:
1111
packages: lcov
1212

1313
install:
14-
# (fake) install dependencies
14+
# (fake) install dependencies (usually involves wget, configure, make, ...)
15+
# install into cache folder (build binaries+headers only, no sources and do NOT build there)
1516
- mkdir -p $HOME/.cache
16-
- touch $HOME/.cache/mydepency.cpp
17-
# Usually this is something like:
18-
#- wget "http://..."
19-
#- tar xf component.tar.gz
20-
#- cd component
21-
# install into cache folder but do NOT build there
22-
#- ./configure --prefix=$HOME/.cache/component
23-
#- make install -j $(nproc)
17+
- touch $HOME/.cache/mydependency.so
2418

2519
script: ./build.sh
2620

0 commit comments

Comments
 (0)