Skip to content

Improving travis.yml #161

Closed
Closed
@huguesdevimeux

Description

@huguesdevimeux

As pointed out as a suggestion in #133, we could shorten and improve travis.yml, by moving some instructions into .sh (or .bat) files.
This has already been done for the Linux jobs, see linux.sh. It is executed with

before_install:
  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then chmod +x ./.travis/osx.sh; sh ./.travis/osx.sh; fi

We should to that for both osx and windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAdditions and improvements in generalhelp wantedWe would appreciate help on this issue/PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions