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.7.0
Show newest version
language: eiffel
before_script:
  - export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
  - export ISE_PLATFORM=linux-x86-64
  - curl -sSL https://www.eiffel.org/setup/install.sh | bash -s -- --channel latest  > eiffel.rc
  - source ./eiffel.rc
  - echo `ec -version`
  - 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