OpenSTA/jenkins/build.sh

6 lines
68 B
Bash
Executable File

#!/bin/bash
set -x
set -e
cmake -B build .
cmake --build build -j 8