Skip to content

Commit

Permalink
Added integration to slack.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.eiffel.com/eiffelstudio/trunk@102237 8089f293-4706-0410-a29e-feb5c42a2edf
  • Loading branch information
jfiat-eiffel committed Sep 28, 2018
1 parent 5f6cb9b commit 2377bfe
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions .travis.yml
@@ -1,35 +1,33 @@
language: eiffel
before_script:
- export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
- curl -sSL https://www.eiffel.org/setup/install.sh | bash -s nightly > eiffel.rc
- source ./eiffel.rc
- echo `ec -version`
- cd $current_dir
- export EIFFEL_SRC=$PWD/Src
- export EWEASEL=$PWD/eweasel
- export ISE_LIBRARY=$EIFFEL_SRC
- export XEBRA_LIBRARY=$EIFFEL_SRC/framework/web/xebra/eiffel_projects/library
- echo Check projects compilation status...

- export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
- curl -sSL https://www.eiffel.org/setup/install.sh | bash -s nightly > eiffel.rc
- source ./eiffel.rc
- echo `ec -version`
- cd $current_dir
- export EIFFEL_SRC=$PWD/Src
- export EWEASEL=$PWD/eweasel
- export ISE_LIBRARY=$EIFFEL_SRC
- export XEBRA_LIBRARY=$EIFFEL_SRC/framework/web/xebra/eiffel_projects/library
- echo Check projects compilation status...
branches:
only:
- master
- develop

only:
- master
- develop
git:
depth: 1

depth: 1
env:
matrix:
- COMPILEALL_DIR=Src/Eiffel
- COMPILEALL_DIR=Src/framework
- COMPILEALL_DIR=Src/tools
- COMPILEALL_DIR=Src/library
- COMPILEALL_DIR=Src/unstable/library
- COMPILEALL_DIR=Src/contrib/library

script:
- compile_all -ecb -melt -list_failures -log_verbose -clean -options dotnet=false -l $COMPILEALL_DIR

matrix:
- COMPILEALL_DIR=Src/Eiffel
- COMPILEALL_DIR=Src/framework
- COMPILEALL_DIR=Src/tools
- COMPILEALL_DIR=Src/library
- COMPILEALL_DIR=Src/unstable/library
- COMPILEALL_DIR=Src/contrib/library
script:
- compile_all -ecb -melt -list_failures -log_verbose -clean -options dotnet=false -l $COMPILEALL_DIR
group: stable
os: linux
notifications:
slack:
secure: mjmAWAHOgpFz9NN0JDDO9n20PZ/aiXJ6lIaVaK3wyuyMhOQm39Lr/KGGgEfhnEMzjZW44mskj8t2BxplZaCznL3Ogk/KGiBBnQbKY10GzZQBNfMqZDS49+WYicc1onIbT1r0bHDr2VZL/OZfKlhttkToDV43/pwuArggaS8DHTywVWa1v5A3NdIcyLYASYOEslCHyc/Xlx7aat3E8oodlHhqTZ1g9GwdVRdzV65BhCZGWXtR9duRn5AoTcxS108ER7mPJbmBsj2UaUahyOSbmjjEy1b0h+lcjUiOyGXXxQAQlYtIZ4+aCJ/OA5tFe+AYd915TmsikvSFsRvuP5Vh0W/tY0mST8YDYpljcEe3T8pYZgUN2nvmcPn/Sv52p4xfrrW1XBGno0f4sv2l4me3ApHHIA2ZMYAvSwteDjMOf3u9/BxsbOWPFQuEB6Qe1Q+h9wfj22T7FA89LIHG8UrciLJYbhyFaJeROfw/cj1ACPROPj/yC6gXrCpsIWQxgtefIstFySvohR1Hq3Ugz/+ziBD2X1jxE4eQV/n8L/SAcjzOUWe3Mpu4kkMPsJGbhnFmKaVU7BKYP2azwxOEnYfndPlT5jDkXFZ09EBbMkP4Ablvex0MwFYQYJdeYC+8kpAut2bpqvWaK2KnEwg93TmW2LepZ9HpTgb2IZShfH11fcg=

0 comments on commit 2377bfe

Please sign in to comment.