aboutsummaryrefslogtreecommitdiffstats
path: root/gulrak-filesystem/.ci/unix-build.sh
blob: 914befaf92477f3adee1be9c4f18f2446188c866 (plain) (blame)
1
2
3
4
#!/bin/sh
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .