mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-17 04:31:01 +01:00
add log
This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y gcc
|
- apt-get install -y gcc
|
||||||
- cpanm -n XML::Parser
|
- cpanm -n XML::Parser || cat /root/.cpanm/work/*/build.log
|
||||||
- cpanm -n DBM::Deep
|
- cpanm -n DBM::Deep
|
||||||
- cpanm -n IO::Socket::SSL
|
- cpanm -n IO::Socket::SSL
|
||||||
- cpanm -n MIME::Base64
|
- cpanm -n MIME::Base64
|
||||||
@@ -22,4 +22,3 @@ steps:
|
|||||||
- perl Makefile.PL
|
- perl Makefile.PL
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
- cat /root/.cpanm/work/*/build.log
|
|
||||||
|
|||||||
Reference in New Issue
Block a user