Skip to content

Commit

Permalink
ENH: add dcm_qa as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jun 23, 2017
1 parent 0f6b70c commit e5ef6eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "dcm_qa"]
path = dcm_qa
url = http://github.com/neurolabusc/dcm_qa
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ matrix:
- os: osx
env: TARGET=mac

before_install:
- git submodule update --init --depth=3 dcm_qa

script:
- mkdir build && cd build && cmake -DBATCH_VERSION=ON -DUSE_OPENJPEG=ON .. && make && cd -
- export PATH=$PWD/build/bin:$PATH
- cd dcm_qa; ./batch.sh

before_deploy:
- export DATE=`date +%-d-%b-%Y`
Expand Down
1 change: 1 addition & 0 deletions dcm_qa
Submodule dcm_qa added at 01fd3d

0 comments on commit e5ef6eb

Please sign in to comment.