mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-03 20:51:36 +00:00
framework: ci: Add support for Travis CI
Future commits to ipmitool will be verified by Travis CI. This commit adds a basic configuration for that purpose.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: C
|
||||
sudo: enabled
|
||||
before_install:
|
||||
- sudo apt-get install -y libssl-dev
|
||||
before_script:
|
||||
- ./bootstrap
|
||||
script:
|
||||
- ./configure --enable-intf-dummy
|
||||
- make
|
||||
- sudo make install
|
||||
Reference in New Issue
Block a user