travis tuning
This commit is contained in:
parent
6071a0a003
commit
c5c392c632
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue