From c46929ef789cae6f954ba4cc5de705be68e478f6 Mon Sep 17 00:00:00 2001 From: Ningfei Li Date: Tue, 23 Mar 2021 23:05:09 +0100 Subject: [PATCH 1/2] Update dcm_qa_nih submodule. --- dcm_qa_nih | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcm_qa_nih b/dcm_qa_nih index a6fffa39..0a0aa943 160000 --- a/dcm_qa_nih +++ b/dcm_qa_nih @@ -1 +1 @@ -Subproject commit a6fffa392766b7bd816fe0e822e6469f044af9ee +Subproject commit 0a0aa943b5e5263645a33359e52dedf147c6a5a7 From 5a9c98ca97e4007542a6a0738b9823d36a09be19 Mon Sep 17 00:00:00 2001 From: Ningfei Li Date: Tue, 23 Mar 2021 23:21:51 +0100 Subject: [PATCH 2/2] CI: Travis updates submodules always from remote. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70a5c92a..8775c604 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,7 @@ matrix: before_install: - eval "${MATRIX_EVAL}" - - git submodule update --init --depth=3 dcm_qa - - git submodule update --init --depth=3 dcm_qa_nih - - git submodule update --init --depth=3 dcm_qa_uih + - git submodule update --init --remote --depth=3 script: # - mkdir build && cd build && cmake -DBATCH_VERSION=ON -DUSE_OPENJPEG=ON -DUSE_JPEGLS=true -DZLIB_IMPLEMENTATION=Cloudflare .. && make && cd -