language: eiffel before_script: - export current_dir=$PWD ; echo current_dir=$current_dir ; cd .. - 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... branches: only: - master - v1 - develop script: compile_all -ecb -melt -list_failures -log_verbose -clean -options dotnet=false group: stable os: linux