Push notifications to Slack

This commit is contained in:
Ivan Kravets 2016-08-18 15:53:29 +03:00
parent b1b8938e20
commit d101e864a3
1 changed files with 20 additions and 11 deletions

View File

@ -1,19 +1,28 @@
language: python
python:
- "2.7"
- "2.7"
env:
- PLATFORMIO_PROJECT_DIR=examples/cmsis-blink
- PLATFORMIO_PROJECT_DIR=examples/libopencm3-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-dsp
- PLATFORMIO_PROJECT_DIR=examples/mbed-rtos
- PLATFORMIO_PROJECT_DIR=examples/mbed-serial
- PLATFORMIO_PROJECT_DIR=examples/spl-blink
- PLATFORMIO_PROJECT_DIR=examples/cmsis-blink
- PLATFORMIO_PROJECT_DIR=examples/libopencm3-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-dsp
- PLATFORMIO_PROJECT_DIR=examples/mbed-rtos
- PLATFORMIO_PROJECT_DIR=examples/mbed-serial
- PLATFORMIO_PROJECT_DIR=examples/spl-blink
install:
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
- platformio platform install file://.
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
- platformio platform install file://.
script:
- platformio run -d $PLATFORMIO_PROJECT_DIR
- platformio run -d $PLATFORMIO_PROJECT_DIR
notifications:
email: false
slack:
rooms:
secure: KS3aLW/Nc3q/XaEJzxKDfaK14OjZqTEeQdvOnlMZejG1g9ZerJP8QrZvmMcYXa4SkPBN7GQi3f0dZ+8Gpetik2fHre9EZBNCXwakWSsOqh5SG9/18cpJxiekFiK3tTWS6+HYTkVD1JcZZ3I6CbQIstObpcmJJWSGQ5O7ryePu2fDZOs3E4vqQbuxp0x80PrO70Cv6L/VVty3PkZCjplzg+bATddtCrNlc3NUAJkwwWeRNtndmWxeAMhwQDU92qFkQbXdCnRiW4OXXKf5AP/I67uTgDTIh3PW8OboYO75FqArz5nTXgTKcg75S7W74A6Xn3wGHgCu3EhIwwoVSV7fr8LNSItQcV2a6L3qs3WzfunlW7heSYB416TOWYOiAWMIUCXcEBf7niohSnZd3Gvrfmzha1LXF77kSnV9qJa+mWq4yOqlqPhJfQ4sCurig4lRj662W8rn9Sm8lMbx+1ah/aEptY7FhpEqHwAZ7BAaxfI7UBww9xaInnWCw5Xa4sAvZyy8E2MDeGo26Dp5G+qDMdsY4vODABquB9X+EdToYSyXiHFfKpLhxPQ9pM9s1mPFBTRtDB9dyM85kU0U6NnvTQwXSXFF4/Z44TagwUDhoiB3GgY9qYjyNxtNVkYFCi/W2fW2qW5AXqJGLMNvujhqj7R8x0Oj5/QfMhphRdmNFyE=
on_failure: always
on_success: change