Files
pcp/.travis.yml
2015-04-13 20:34:13 +02:00

23 lines
403 B
YAML

language: c
os:
- linux
before_install:
- git clone https://github.com/jedisct1/libsodium
- cd libsodium
- ./autogen.sh
- ./configure
- make
- sudo make install
- cd ..
- ./autogen.sh
- perlbrew use `perlbrew list | grep 5.20 | head -1`
- cpanm Test::More IPC::Open3 Config::General Tie::IxHash
compiler:
- clang
- gcc
script:
- ./configure
- make
- make check
- make test