Giter Site home page Giter Site logo

Improve use of Travis CI about neovim HOT 8 CLOSED

neovim avatar neovim commented on May 3, 2024
Improve use of Travis CI

from neovim.

Comments (8)

cweagans avatar cweagans commented on May 3, 2024

From there, it's a matter of starting to write and run automated tests (and run those before the builds so that we can skip the builds if the tests fail - this will save CPU time for Travis)

from neovim.

mrshu avatar mrshu commented on May 3, 2024

👍

from neovim.

tarruda avatar tarruda commented on May 3, 2024

@cweagans , that seems promising

from neovim.

ashleyh avatar ashleyh commented on May 3, 2024

👍

from neovim.

rjw57 avatar rjw57 commented on May 3, 2024

Is it possible to build for multiple platforms on Travis in a testing matrix? AIUI the only non-Ubuntu, non-Linux is OSX and that's only run if your language is set to Objective C.

from neovim.

tarruda avatar tarruda commented on May 3, 2024

@rjw57 I don't think so, but what @cweagans suggested is possible with a github hook. We would continue to use travis normally but also add a hook that would tell a set of hosted virtual machines(one for each platform) to download, build and report the status.

One example of this is testling-ci which automatically tests node.js packages on many browsers/versions. We could go far and even display badges of the build status on the many platforms.

AWS would be a good choice for this since it provides VMs for windows and unixes(not sure about mac though).

from neovim.

aktau avatar aktau commented on May 3, 2024

AWS would be a good choice for this since it provides VMs for windows and unixes(not sure about mac though).

@tarruda I seem to remember that the homebrew devs had found a way, I think they have a CI farm. But adding windows to the test matrix would already improve things dramatically, since it's the most-used platform that's most likely to go (very) wrong.

from neovim.

tarruda avatar tarruda commented on May 3, 2024

Closing for now, as there's much to be done. We can revisit this later

from neovim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.