Skip to content
Snippets Groups Projects
Unverified Commit 8f0aba1e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Gotta have curl installed...

parent 01c7b235
No related branches found
No related tags found
1 merge request!157Fix the codecov upload
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p "python.withPackages (ps: [ ps.coverage ])"
#! nix-shell -i bash -p "curl" -p "python.withPackages (ps: [ ps.coverage ])"
set -x
find ./result-doc/share/doc
cp ./result-doc/share/doc/*/.coverage.* ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment