mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Future commits to ipmitool will be verified by Travis CI. This commit adds a basic configuration for that purpose.
11 lines
183 B
YAML
11 lines
183 B
YAML
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
|