Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Travis to make releases to Github #83

Merged
merged 1 commit into from
Jun 22, 2016
Merged

Use Travis to make releases to Github #83

merged 1 commit into from
Jun 22, 2016

Commits on Jun 22, 2016

  1. use travis to make releases to github

    When a tag is pushed we will following this patch also do a release
    build if the debug build and tests passes. We will then being packaging
    for each target, along with an archive for the source code. The packages
    are named after the targets.
    
    We do a normal debug build and tests first because these are cheaper to
    do and will give a shorter turnaround time for developers if any tests
    fail. You can also only run tests with debug builds.
    
    Fixes #72.
    andreastt committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    2607557 View commit details
    Browse the repository at this point in the history