travis tuning

This commit is contained in:
ws 2015-04-04 12:04:52 +02:00
parent 6071a0a003
commit c5c392c632

View file

@ -30,10 +30,10 @@ before_script:
- "artifacts -v || curl -sL https://raw.githubusercontent.com/meatballhat/artifacts/master/install | bash"
- "export PATH=$PATH:$HOME/bin"
- "make revision"
- "make debug CPUS=4"
- "sudo make installdebug CPUS=4"
- "make debug CPUS=1"
- "sudo make installdebug CPUS=1"
- "cd build.debug/mtest"
- "make -j2"
- "make -j1"
script:
- "../../build/run_tests.sh"
after_script: