Skip to content

Commit ceaf90f

Browse files
committed
add travis support
1 parent aa1810f commit ceaf90f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dist: trusty
2+
sudo: required
3+
language: c
4+
script:
5+
- "sudo apt-get -qq update"
6+
- "sudo apt-get install -y libelf-dev linux-headers-$(uname -r)"
7+
- "git clone https://github.com/netmap-unipi/netmap"
8+
- "cd netmap && ./configure --no-drivers && make && sudo make install"
9+
- "cd codelab && make"
10+
- "cd solutions && make"

0 commit comments

Comments
 (0)