next try, added modules req by unittests, tmp sodium test

This commit is contained in:
TLINDEN
2015-04-14 19:26:15 +02:00
parent 36ee837138
commit 48246f9d62
6 changed files with 4436 additions and 2 deletions

View File

@@ -10,13 +10,13 @@ before_install:
- sudo make install
- cd ..
- ./autogen.sh
- git clone https://github.com/tlinden/p5mods tests/lib
compiler:
- clang
- gcc
script:
- ./configure
- find tests/lib -ls
- gcc sv.c -lsodium -o sv
- ./sv
- make
- make check
- make test