All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Eiffel.travis.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
language: eiffel
before_script:
  - export current_dir=$(pwd)
  - echo current_dir
  - cd ..
  - wget https://ftp.eiffel.com/pub/beta/nightly/Eiffel_17.11_gpl_100608-linux-x86-64.tar.bz2  
  - tar -xvf Eiffel_17.11_gpl_100608-linux-x86-64.tar.bz2
  - export ISE_EIFFEL=$PWD/Eiffel_17.11
  - export ISE_PLATFORM=linux-x86-64
  - export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin
  - export PATH=$PATH:$ISE_EIFFEL/tools/spec/$ISE_PLATFORM/bin
  - cd $current_dir

# safelist
branches:
  only:
  - master

script: compile_all -ecb -melt -list_failures -clean -options dotnet=false





© 2015 - 2024 Weber Informatics LLC | Privacy Policy