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: script:
- ./build.sh - ./build.sh
- ./configure $OPTS - ./configure $OPTS
- make parser
- make -j$(getconf _NPROCESSORS_ONLN) - make -j$(getconf _NPROCESSORS_ONLN)
- make check - make check
- make check-static - make check-static