OpenSTA/jenkins/build.sh

6 lines
68 B
Bash
Raw Normal View History

2020-01-27 18:59:14 +01:00
#!/bin/bash
set -x
set -e
2020-11-03 03:15:35 +01:00
cmake -B build .
cmake --build build -j 8