[Notes] [Git][BuildStream/buildstream][chandan/ci-sdist-test] .gitlab-ci.yml: Verify that source tarball installs correctly



Title: GitLab

Chandan Singh pushed to branch chandan/ci-sdist-test at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -46,6 +46,12 @@ source_dist:
    46 46
     
    
    47 47
       # Make our helpers executable
    
    48 48
       - chmod +x dist/unpack.sh
    
    49
    +
    
    50
    +  # Verify that the source distribution tarball can be installed correctly
    
    51
    +  - |
    
    52
    +    pip3 install dist/*
    
    53
    +    bst --version
    
    54
    +
    
    49 55
       artifacts:
    
    50 56
         paths:
    
    51 57
         - dist/
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]