Luna/tools/build.sh
apio f1923ce5bd
Some checks failed
continuous-integration/drone/push Build is failing
Install headers before compilation
2023-01-06 13:35:57 +01:00

15 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
tools/setup.sh
tools/install-headers.sh
mkdir -p $BUILD_DIR
cmake -S . -B $BUILD_DIR -G "$CMAKE_GEN"
cmake --build $BUILD_DIR