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

Set up CI with Azure Pipelines #915

Merged
merged 4 commits into from
Feb 10, 2020
Merged

Set up CI with Azure Pipelines #915

merged 4 commits into from
Feb 10, 2020

Commits on Feb 10, 2020

  1. Set up CI with Azure Pipelines

    Deletes travis and appveyor and replaces them with a (much faster!) azure pipelines CI.
    
    
    Currently runs
    - JS build on docker
    - Python 2.7 build on docker
    - Python 2.7 manylinux2010 build on docker
    - Python 3.7 build on docker
    - Python 3.7 manylinux2010 build on docker
    - Python 3.7 manylinux2014 build on docker
    - Python 2.7 build on mac
    - Python 3.7 build on mac
    - Python 3.7 build on windows VS2017
    
    all in under 20 minutes. 
     
    
    Todo list:
    - [ ] Sign up perspective for azure devops
    - [ ] investigate failing tests on windows [skip ci]
    timkpaine committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d84ff4f View commit details
    Browse the repository at this point in the history
  2. merge old revisions

    timkpaine committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d839fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6665461 View commit details
    Browse the repository at this point in the history
  4. Fixed "badges".

    texodus committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    994d9af View commit details
    Browse the repository at this point in the history