8000 Continuous testing (part 2) / Automatic Building · Issue #44 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content
Continuous testing (part 2) / Automatic Building #44
Open
@stonebig

Description

@stonebig

The Continuous testing / Automatic building idea is the next direction of Winpython.

This tries to summary what seems logical steps to go in that direction:

Continuous testing

  • relies on python 'wheel-type' packages only
  • for build process, move all whished packages in a 'my_wheels' directory,
  • simplify build process up to pip install --no-index --find-links=file://my_wheels -r requirements.txt
  • translate it on a CI infrastructure
  • add tests on pre-built Winpython
  • avoid time-limit wall (of 40' ? ) in CI Infrastructure

Automatic building

  • resolve the create icons problem
  • resolve the create installer problem
  • add tests on builded Winpython
  • avoid time-limit wall (of 40' ? ) in CI Infrastructure

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0