Files
OpenSTA/jenkins/install.sh
T
2020-01-27 10:59:14 -07:00

8 lines
87 B
Bash
Executable File

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