From 7aa7bf1ab26782d5658e4ef099181892bdcd225e Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 13 Feb 2018 18:49:14 +0100 Subject: [PATCH] Updated travis CI config. Updated install dos script to include wsf_security. --- .travis.yml | 4 ++-- tools/install_ewf.bat | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d7374e5..924af563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: eiffel before_script: - export current_dir=$PWD ; echo current_dir=$current_dir ; cd .. - - curl -sSL https://www.eiffel.org/setup/install.sh | bash - - source eiffel_latest.rc + - curl -sSL https://www.eiffel.org/setup/install.sh | bash > eiffel.rc + - source ./eiffel.rc - echo `ec -version` - cd $current_dir - echo Check projects compilation status... diff --git a/tools/install_ewf.bat b/tools/install_ewf.bat index 4c7d2a23..e5704039 100644 --- a/tools/install_ewf.bat +++ b/tools/install_ewf.bat @@ -65,6 +65,8 @@ echo Install library: ewf/wsf_proxy %COPYCMD% %TMP_DIR%\library\server\wsf_proxy %TMP_CONTRIB_DIR%\library\web\framework\ewf\wsf_proxy echo Install library: ewf/wsf_html %COPYCMD% %TMP_DIR%\library\server\wsf_html %TMP_CONTRIB_DIR%\library\web\framework\ewf\wsf_html +echo Install library: ewf/wsf_security +%COPYCMD% %TMP_DIR%\library\server\wsf_security %TMP_CONTRIB_DIR%\library\web\framework\ewf\wsf_security echo Install library: ewf/encoder %COPYCMD% %TMP_DIR%\library\text\encoder %TMP_CONTRIB_DIR%\library\web\framework\ewf\text\encoder