put mods into script

This commit is contained in:
TLINDEN
2015-04-14 19:59:35 +02:00
parent 48246f9d62
commit b2b5c0b497
3 changed files with 3411 additions and 30 deletions

View File

@@ -15,8 +15,7 @@ compiler:
- gcc
script:
- ./configure
- gcc sv.c -lsodium -o sv
- ./sv
- cat config.log
- make
- make check
- make test

11
sv.c
View File

@@ -1,11 +0,0 @@
#include <stdio.h>
#include <sodium.h>
int main(void)
{
printf("%d\n", sodium_version_string());
printf("%d\n", sodium_library_version_major());
printf("%d\n", sodium_library_version_minor());
return 0;
}

File diff suppressed because it is too large Load Diff