[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. e1b3b9dde1bc0dcba798a6121cd48f63ba
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2017-02-15 10:36:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via e1b3b9dde1bc0dcba798a6121cd48f63ba5858a0 (commit)
from a299483f81f77d00da225149fa8d46da7792fe2e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/e1b3b9dde1bc0dcba798a6121cd48f63ba5858a0/
commit e1b3b9dde1bc0dcba798a6121cd48f63ba5858a0
Author: Mathieu Malaterre <mat...@gm...>
Date: Wed Feb 15 11:36:22 2017 +0100
Add missing swig
diff --git a/.travis.yml b/.travis.yml
index dfdd498..fff24d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ before_install:
# https://docs.travis-ci.com/user/osx-ci-environment/#Environment-variables
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mv Testing/Data Testing/Data.old; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
- - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install python3 ; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install swig python3 ; fi
# kakadu setup for linux/system:
- if [ "$B_NAME" == "system" ]; then wget http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Linux-x86-64_150710.zip; fi
- if [ "$B_NAME" == "system" ]; then unzip KDU77_Demo_Apps_for_Linux-x86-64_150710.zip; fi
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|