- ./autogen.sh
script:
- ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local
- - make -j6 -k all V=1
+ - make -j${BUILD_PARALLEL_JOBS:-2} -k all V=1
artifacts:
expire_in: '1 hour'
untracked: true
before_script:
- bash -x bin/tests/system/ifconfig.sh up
script:
- - cd bin/tests && make -j8 -k test V=1
+ - cd bin/tests && make -j${TEST_PARALLEL_JOBS:-4} -k test V=1
artifacts:
untracked: true
expire_in: '1 week'