Testing travis with parallel build

This commit is contained in:
Felipe Zimmerle
2018-05-11 13:02:42 -03:00
parent b0b484f45d
commit a278bb673a

View File

@@ -44,6 +44,7 @@ before_script:
script:
- ./build.sh
- ./configure $OPTS
- make parser
- make -j$(getconf _NPROCESSORS_ONLN)
- make check
- make check-static