Skip to content

Commit

Permalink
Release preparation (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec authored May 24, 2017
1 parent afa2a02 commit 92b8ff0
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 385 deletions.
2 changes: 0 additions & 2 deletions .gitexternals

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ Debug
Release
Makefile
CMakeLists.txt.user*
CMake/common/
FlatBuffers
httpxx
Servus
vmmlib
ZeroBuf
ZeroEQ
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "CMake/common"]
path = CMake/common
url = https://github.com/Eyescale/CMake
6 changes: 3 additions & 3 deletions .gitsubprojects
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- mode: cmake -*-
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git cfa6243)
git_subproject(ZeroBuf https://github.com/HBPVIS/ZeroBuf.git cea0338)
git_subproject(ZeroEQ https://github.com/HBPVIS/ZeroEQ.git 847025a)
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git 2635f7f)
git_subproject(ZeroBuf https://github.com/HBPVIS/ZeroBuf.git 748d6aa)
git_subproject(ZeroEQ https://github.com/HBPVIS/ZeroEQ.git 9ecd76b)
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ before_install:
script:
- mkdir $BUILD_TYPE
- cd $BUILD_TYPE
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
- cmake -GNinja -DCLONE_SUBPROJECTS=ON -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
- ninja all && ninja $PROJECT_NAME-tests && ninja install
8 changes: 0 additions & 8 deletions CMake/CPackConfig.cmake

This file was deleted.

Loading

0 comments on commit 92b8ff0

Please sign in to comment.