mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
next try, added modules req by unittests, tmp sodium test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user