ipmitool/.travis.yml
Alexander Amelkin 6d6411d2fc 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.
2018-07-29 01:16:56 +03:00

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