OpenSTA/jenkins/install.sh

8 lines
87 B
Bash
Executable File

#!/bin/bash
set -x
set -e
mkdir -p /OpenSTA/build
cd /OpenSTA/build
cmake ..
make -j 4