Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 0 additions & 108 deletions .clang-format

This file was deleted.

1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

Empty file removed .gitmodules
Empty file.
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ RUN curl -Lo conan.deb https://dl.bintray.com/conan/installers/conan-ubuntu-64_$
RUN conan config install https://github.com/includeos/conan_config.git && \
conan config set general.default_profile=clang-$clang_version-linux-x86_64

# Configure build environment
ENV CC=clang-$clang_version \
CXX=clang++-$clang_version

# The files to be built must be hosted in a catalog called /service
# Default is to install conan dependencies and build
CMD mkdir -p /service/build && \
cd /service/build && \
conan install .. && \
conan install -g virtualenv .. && \
. ./activate.sh && \
cmake .. && \
cmake --build .
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pipeline {
stage('Integration tests') {
when { changeRequest() }
steps {
sh script: "mkdir -p integration", label: "Setup"
dir('integration') {
sh script: "cmake $SRC/test/integration -DSTRESS=ON, -DCMAKE_BUILD_TYPE=Debug -DCONAN_PROFILE=$PROFILE_x86_64", label: "Cmake"
sh script: "make -j $CPUS", label: "Make"
Expand Down
6 changes: 0 additions & 6 deletions analyze.sh

This file was deleted.

Loading