Code Monkey home page Code Monkey logo

cbmc-builder's Introduction

CBMC Builder Docker Images Build Status

This is the Git repo of the Docker images for building CBMC in/for different operating systems.

Builders exist for two OS:

  • alpine in alpine/Dockerfile referenced as diffblue/cbmc-builder:alpine, diffblue/cbmc-builder:alpine-0.0.1
  • ubuntu in ubuntu/Dockerfile referenced as diffblue/cbmc-builder:latest, diffblue/cbmc-builder:xenial, diffblue/cbmc-builder:xenial-0.0.1

To compile CBMC source manually

Set path to your cloned CBMC source

CBMC_PATH=~/git/cbmc

To run compilation instructions in container

docker run --rm -v ${CBMC_PATH}:/cbmc diffblue/cbmc-builder make -C src minisat2-download
docker run --rm -v ${CBMC_PATH}:/cbmc diffblue/cbmc-builder make -C src -j$(getconf _NPROCESSORS_ONLN)

To run tests afterwards

docker run --rm -v ${CBMC_PATH}:/cbmc diffblue/cbmc-builder make -C regression test

To compile CBMC source using dobi

Install dobi and add it to your PATH.

Enter to folder with dobi.yml (root of this repository).

To run all tasks

BUILD_TAG=$(git describe) dobi

To run all tests

BUILD_TAG=$(git describe) dobi test

Remove all temporary files

BUILD_TAG=$(git describe) dobi clean

cbmc-builder's People

Contributors

forejtv avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

reuk

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.