mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
TravisCI config file.
This commit is contained in:
parent
a27b6de38e
commit
0b0a38c1d1
1 changed files with 22 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get install -y zlib1g-dev
|
||||||
|
- sudo apt-get install -y python-pytest
|
||||||
|
- sudo apt-get install -y valgrind
|
||||||
|
- wget http://googletest.googlecode.com/files/gtest-1.7.0.zip
|
||||||
|
- unzip gtest-1.7.0.zip
|
||||||
|
- cd gtest-1.7.0
|
||||||
|
- ./configure
|
||||||
|
- make
|
||||||
|
- sudo cp -a include/gtest /usr/include
|
||||||
|
- sudo cp -a lib/.libs/* /usr/lib/
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test_functional
|
||||||
|
- make test_unit
|
||||||
|
- make test_valgrind
|
||||||
Loading…
Add table
Add a link
Reference in a new issue