mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +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…
x
Reference in New Issue
Block a user