8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/../
|
|
timeout 8 git pull
|
|
cd cmake-build-debug
|
|
cmake ..
|
|
make -j4
|