Code Monkey home page Code Monkey logo

Comments (2)

mhosken avatar mhosken commented on August 28, 2024

We are already doing CI Building (as we have since 2011) and we do therefore catch regressions. In the case of mingw, we don't officially support that and I doubt any of these services would provide a mingw based build out of the box.

from graphite.

tysmith avatar tysmith commented on August 28, 2024

That's great! I see @tim-eves just added the badges.

In the case of mingw setting it up on TravisCI (the system I know best) should be trivial. You just apt-get what is needed in setup and list the compilers and commands to run.

Another reason I brought this up is because my build broke when the mingw fix went in. My build script looks basically like this (run from a subdir):

cmake -G "Unix Makefiles" -DCMAKE_SKIP_RPATH:BOOL=YES -DGRAPHITE2_NTRACING:BOOL=YES -DCMAKE_CXX_COMPILER:FILEPATH=clang++ -DCMAKE_C_COMPILER:FILEPATH=clang -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_SHARED_LIBS:BOOL=OFF  -DCMAKE_CXX_FLAGS="-frtti" -DCMAKE_EXE_LINKER_FLAGS:STRING="-lstdc++" ..
make -j8

However it was fixed by commit 0218a47.

I'd happy to have this closed unless there are other plans that I am not aware of.

from graphite.

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.