OpenSTA/jenkins/install.sh

8 lines
87 B
Bash
Raw Normal View History

2020-01-27 18:59:14 +01:00
#!/bin/bash
set -x
set -e
mkdir -p /OpenSTA/build
cd /OpenSTA/build
cmake ..
make -j 4