Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-melezhik-Text-Markov | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2326
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 26.12.2022 @ 18:19
Time elapsed: 88 sec
---
SCM: https://github.com/melezhik/Text-Markov.git
Git sha: 202168a
Git comment: minimalistic CI
tasks:
  -
    name: test
    language: Bash
    default: true
    code: |
      set -e
      cd source
      zef install . --deps-only --test-depends --build-depends --/test -to=home
      zef test .
18:19:00 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
18:19:04 :: [repository] - installing pack-unpack, version 0.000001
[task run: task.bash - unpack source archive]
[dump code: task.bash]
[1] set -e
[2] 
[3] file=$(config file)
[4] dir=$(config dir)
[5] 
[6] echo "tar -xzf $file "
[7] 
[8] tar -xzf $file
[9] 
[10] if test $dir; then
[11]   ls -l $dir
[12] fi
[13] 
[14] 
[task stdout]
18:19:08 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] cd source
[3] zef install . --deps-only --test-depends --build-depends --/test -to=home
[4] zef test .
[5] 
[task stdout]
18:19:13 :: ===> Testing: Text::Markov:ver<1.0.3>:auth<zef:bbkr>
18:19:14 :: ===> Testing [OK] for Text::Markov:ver<1.0.3>:auth<zef:bbkr>
[task stderr]
18:19:14 :: All candidates are currently installed