sist2/ci/build.sh
2020-01-03 20:21:07 -05:00

8 lines
130 B
Bash

#!/usr/bin/env bash
git clone --recursive https://github.com/simon987/sist2
cd sist2
./scripts/get_static_libs.sh 1
cmake .
make