filesystem/.ci/unix-build.sh
2020-02-29 15:11:19 -08:00

5 lines
86 B
Bash
Executable File

#!/bin/sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .