Updated travis CI config.
Updated install dos script to include wsf_security.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
language: eiffel
|
language: eiffel
|
||||||
before_script:
|
before_script:
|
||||||
- export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
|
- export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
|
||||||
- curl -sSL https://www.eiffel.org/setup/install.sh | bash
|
- curl -sSL https://www.eiffel.org/setup/install.sh | bash > eiffel.rc
|
||||||
- source eiffel_latest.rc
|
- source ./eiffel.rc
|
||||||
- echo `ec -version`
|
- echo `ec -version`
|
||||||
- cd $current_dir
|
- cd $current_dir
|
||||||
- echo Check projects compilation status...
|
- echo Check projects compilation status...
|
||||||
|
|||||||
@@ -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
|
%COPYCMD% %TMP_DIR%\library\server\wsf_proxy %TMP_CONTRIB_DIR%\library\web\framework\ewf\wsf_proxy
|
||||||
echo Install library: ewf/wsf_html
|
echo Install library: ewf/wsf_html
|
||||||
%COPYCMD% %TMP_DIR%\library\server\wsf_html %TMP_CONTRIB_DIR%\library\web\framework\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
|
echo Install library: ewf/encoder
|
||||||
%COPYCMD% %TMP_DIR%\library\text\encoder %TMP_CONTRIB_DIR%\library\web\framework\ewf\text\encoder
|
%COPYCMD% %TMP_DIR%\library\text\encoder %TMP_CONTRIB_DIR%\library\web\framework\ewf\text\encoder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user