mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-21 05:35:54 +01:00
add travis build as well
This commit is contained in:
parent
224ac67dc7
commit
f71464e38f
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: c
|
||||
script: cd c/meterpreter && make
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#msfnotify"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install jam
|
||||
- sudo apt-get install gcc-multilib
|
Loading…
Reference in New Issue
Block a user