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

SparrowCI Report - gh-melezhik-Distribution-Builder-Cmake | [image: NA]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2758
Status: FAIL
Image:
Worker status: OK
---
Date: 26.01.2023 @ 18:33
Time elapsed: 16 sec
---
SCM: https://github.com/melezhik/Distribution-Builder-Cmake.git
Git sha: e541d57
Git comment: show versions
image:
  - melezhik/sparrow:alpine
  - melezhik/sparrow:archlinux
tasks:
  -
    name: test
    language: Bash
    code: |
      set -e
      cd source/
      zef --version
      raku --version
      
      zef install . --deps-only --test-depends --build-depends --/test -to=home         
      zef test --verbose .
          
default task is not found