Last active
October 12, 2017 05:15
-
-
Save moondev/ae31220df819e07af4eeca464de0e924 to your computer and use it in GitHub Desktop.
parodus build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:xenial | |
| RUN apt-get update | |
| RUN apt-get install -y git build-essential check libcunit1 libcunit1-dev uuid-dev valgrind cmake libssl-dev automake libtool | |
| RUN git clone https://github.com/Comcast/parodus.git; cd parodus; git checkout master; mkdir build; cd build; cmake ..; make; make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment