1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-05 07:08:23 +08:00
inih/.travis.yml

18 lines
339 B
YAML
Raw Normal View History

os: linux
arch:
- amd64
- ppc64le
2019-04-08 20:53:44 -04:00
language: c
2019-04-08 20:49:20 -04:00
# Setting sudo access to false will let Travis CI use containers
# rather than VMs to run the tests. For more details see:
# https://docs.travis-ci.com/user/reference/overview/
sudo: false
script:
- cd tests
- ./unittest.sh
- cd ../examples
- ./cpptest.sh
2019-04-08 20:49:20 -04:00
- git diff --exit-code