mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
added upload of fuzzy test files
This commit is contained in:
@@ -54,7 +54,6 @@ before_install:
|
|||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
- sudo pip install cffi
|
- sudo pip install cffi
|
||||||
#
|
#
|
||||||
# finally prepare autoconf stuff
|
# finally prepare autoconf stuff
|
||||||
@@ -67,4 +66,8 @@ script:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
- make test
|
- make test
|
||||||
|
#
|
||||||
|
# upload last fuzzy testfiles in case one of them failed
|
||||||
|
- cd tests
|
||||||
|
- cat testfuzzP.pub | openssl base64 | curl -F 'sprunge=<-' http://sprunge.us
|
||||||
|
- cat testfuzzS.sec | openssl base64 | curl -F 'sprunge=<-' http://sprunge.us
|
||||||
|
|||||||
Reference in New Issue
Block a user