3 lines
63 B
Bash
Executable File
3 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
cd "${TRAVIS_BUILD_DIR}/build" && make -j"${JOBS}"
|