mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
put mods into script
This commit is contained in:
@@ -15,8 +15,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- gcc sv.c -lsodium -o sv
|
- cat config.log
|
||||||
- ./sv
|
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
- make test
|
- make test
|
||||||
|
|||||||
11
sv.c
11
sv.c
@@ -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;
|
|
||||||
}
|
|
||||||
3427
tests/unittests.pl
3427
tests/unittests.pl
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user