Coder Social home page Coder Social logo

se2's Introduction

Demo for the Capabilities of Software Engineering 2.0

Set up

Build tool service: bazel

insert the following into the default Dockerfile

See https://docs.bazel.build/versions/master/install-ubuntu.html.

RUN apt-get install pkg-config zip g++ zlib1g-dev unzip python3
RUN wget https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-installer-linux-x86_64.sh
RUN chmod +x bazel-0.28.1-installer-linux-x86_64.sh \
 && ./bazel-0.28.1-installer-linux-x86_64.sh --user

add the following into the .bashrc

export PATH="$PATH:$HOME/bin"

test the installation

Run the following command in the example folder:

bazel

Static Analysis tool service: scan-build

scan-build is a Perl script that invokes the Clang static analyzer for C/C++ programs. It is part of the LLVM distributions.

See http://clang-analyzer.llvm.org/scan-build.html. User manual see http://manpages.ubuntu.com/manpages/trusty/man1/scan-build.1.html.

To set up scan-build with the SE 2.0 tool chain, we demonstrate the modifications to be made to the Dockerfile as follows:

RUN apt-get install -y clang

test the installation

Run the following command in the example folder:

cd ex-scan-build
./run.sh

se2's People

Contributors

dong-qiu avatar yijunyu avatar

Watchers

 avatar

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.