GithubHelp home page GithubHelp logo

bladerf-buildbot's People

Contributors

rtucker avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bladerf-buildbot's Issues

Feature Request: Automated Windows builds (The Next Generation)

There is the ability to do manual builds, but automatic builds are still elusive.

Azure looks like a solid option for Windows service (imagine that), although their pricing is somewhat elusive... I spun a BASIC.A1 VM for the entire month and they somehow figured it was running for about 4 hours/day, thus billing me for ~114.9 hours ($8.50). Storage, data transfer, storage transactions, etc, were comparatively trivial. Total bill was $9.31, which was free due to the trial.

So, for an entire month of keeping a standing Windows VM going, I'd expect to pay somewhere between $9.31 or $55.86.

Also need to consider how to output the .exe files.

Feature Request: Include Clang scan-build output

I've been pretty happy with Clang's ''scan-build'', especially considering that the Coverity scan rate-limit increased. Any chance we could get this baked into the nightly build process?

The general gist of what would need to be done is:

$ cd $PATH_TO_BLADERF/host/
$ mkdir clang_scan && cd clang_scan
$ cmake -DCMAKE_C_COMPILER=/usr/share/clang/scan-build/ccc-analyzer ../
$ /usr/share/clang/scan-build scan-build make

... beep boop beep ...

scan-build: 25 bugs found.
scan-build: Run 'scan-view /tmp/scan-build-2014-05-13-192806-4281-1' to examine bug reports.

From there, I believe the output in the aforementioned /tmp directory could be copied into the appropriate location. I believe everything in the reports are relative links, so no massaging should be necessary.

Improve ./do_build and ./do_run

Add 'nocache' option to ./do_build to avoid using cache (i.e. apply Ubuntu updates)

Add 'killit' option to ./do_run to do the kill/rm stuff

Feature Request: Increase scan-build's -maxloop value

I picked up a few more bugs when increasing scan-build's -maxloop option to 16. It looks like scan-build defaults to 4?

Perhaps the build-bot could run it with 100 if you want to get wild and crazy? It looks like 1000 causes it to take some time! :neckbeard:

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.