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

18 lines
339 B
YAML

os: linux
arch:
- amd64
- ppc64le
language: c
# 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
- git diff --exit-code