summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: a7f6a789fdd95812d16e27600bb11af2c0a66f75 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
         
       

                                  
              


                                                                                  
 
        




                                                      


              
         
             
language: c
compiler:
  - clang
  - gcc

install:
  - ./travis.sh getplugins || true
  
before_script:
  - uname -a
  - ./travis.sh createdb ragnarok root
  - ./travis.sh importdb ragnarok travis
  - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');"

script: 
  - ./travis.sh build $CONFIGURE_FLAGS
  - ./travis.sh test ragnarok travis travis

env:
  - CONFIGURE_FLAGS="--enable-debug"
  - CONFIGURE_FLAGS="--disable-renewal --enable-debug"
  
notifications:
  email: false
  
branches:
  except:
    - rathena