summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-23 22:28:30 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-23 22:28:30 +0200
commitd1c638de05244e7745b15ef2ef269535b0c5e930 (patch)
treef4dea0be6117b411348df6643a5cd1d39d9626f4 /.travis.yml
parent93562186d827c1cd40c57b5a18e106e7f3b116e1 (diff)
downloadlibnet-d1c638de05244e7745b15ef2ef269535b0c5e930.tar.gz
Travis-CI: Skip parallell builds for now
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 693c1d6..178f8d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ compiler:
script:
- cd libnet/
- ./autogen.sh
- - ./configure --prefix=/tmp --disable-silent-rules
+ - ./configure --prefix=/ --disable-silent-rules
- make clean
- - make -j5
- - make install-strip
- - ls -lR /tmp
+ - make
+ - make install-strip DESTDIR=/tmp/libnet
+ - ls -lR /tmp/libnet