Edit

kc3-lang/libtommath/.travis.yml

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2015-12-05 13:58:21
    Hash : 91e18b29
    Message : add notification for #libtom irc

  • .travis.yml
  • language: c
    compiler:
      - gcc
    
    script:
      - make
      - make test
      - make mtest
      - ./mtest/mtest 666666 | ./test > test.log
      - head -n 5 test.log
      - tail -n 2 test.log
      - ./testme.sh
    
    branches:
      only:
        - develop
    notifications:
      irc: "chat.freenode.net#libtom"