Edit

kc3-lang/libtommath/.travis.yml

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2017-04-11 11:43:45
    Hash : e8e8fc4c
    Message : improve testme.sh

  • .travis.yml
  • language: c
    compiler:
      - gcc
    
    script:
      - make travis_mtest
      - head -n 5 test.log
      - tail -n 2 test.log
      - ./testme.sh --with-cc=gcc --with-low-mp
    
    branches:
      only:
        - master
        - develop
    notifications:
      irc: "chat.freenode.net#libtom"