Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
beats-server/vanillabuild

7 lines
61 B
Bash
Executable file

#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j1
cd ..