Updated travis CI config to use install script.
This commit is contained in:
@@ -1,10 +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 ..
|
||||||
- export ISE_VERSION=17.05; export ISE_BUILD=100416
|
- curl -sSL https://www.eiffel.org/setup/install.sh | bash
|
||||||
- curl -sSL http://downloads.sourceforge.net/eiffelstudio/Eiffel_${ISE_VERSION}_gpl_${ISE_BUILD}-linux-x86-64.tar.bz2 | tar -x --bzip2
|
- source eiffel_latest.rc
|
||||||
- export ISE_EIFFEL=$PWD/Eiffel_${ISE_VERSION} ; export ISE_PLATFORM=linux-x86-64
|
|
||||||
- export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin:$PATH:$ISE_EIFFEL/tools/spec/$ISE_PLATFORM/bin
|
|
||||||
- echo `ec -version`
|
- echo `ec -version`
|
||||||
- cd $current_dir
|
- cd $current_dir
|
||||||
- echo Check projects compilation status...
|
- echo Check projects compilation status...
|
||||||
|
|||||||
Reference in New Issue
Block a user