Skip to content

Commit

Permalink
figure out where we are
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 1, 2015
1 parent 4a4266f commit 83dfc10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ gcc --version
clang --version


source ./scripts/ci/common.sh
echo `pwd`
ls `pwd`
source ./ci/common.sh

mkdir -p _build || exit 1
cd _build || exit 1
Expand Down
1 change: 1 addition & 0 deletions scripts/docker/dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y
RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \
# from ppa:ubuntu-toolchain-r/test
g++-4.8 \
clang \
# from ppa:boost-latest/ppa
libboost-filesystem1.55-dev \
libboost-iostreams1.55-dev \
Expand Down

0 comments on commit 83dfc10

Please sign in to comment.