2 lines
61 B
Bash
Executable file
2 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
cd "${TRAVIS_BUILD_DIR}/build" && make -j"${JOBS}"
|