Skip to content

Commit 1ded8ea

Browse files
committed
add travis support
1 parent aa1810f commit 1ded8ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dist: trusty
2+
sudo: required
3+
language: c
4+
script:
5+
- "git clone https://github.com/netmap-unipi/netmap"
6+
- "cd netmap && ./configure --no-drivers && make && sudo make install"
7+
- "cd codelab && make"
8+
- "cd solutions && make"

0 commit comments

Comments
 (0)