mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Save header files, test an actual hash
This commit is contained in:
parent
b4eb1925f8
commit
3abeb387de
1 changed files with 4 additions and 0 deletions
|
@ -27,8 +27,12 @@ build:
|
|||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
make -C librhash install-lib-headers
|
||||
make test
|
||||
|
||||
test:
|
||||
script: |
|
||||
rhash --version
|
||||
echo -n test > test
|
||||
echo -n a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 test > test.sha1
|
||||
rhash -c test.sha1
|
||||
|
|
Loading…
Reference in a new issue