Install headers before compilation
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
129e3c434a
commit
f1923ce5bd
@ -9,8 +9,10 @@ tools/setup.sh
|
||||
|
||||
tools/full-clean.sh
|
||||
|
||||
tools/install-headers.sh
|
||||
|
||||
cmake -S . -B $BUILD_DIR -DMOON_DEBUG_SYMBOLS=ON -DLUNA_DEBUG_SYMBOLS=ON -G "$CMAKE_GEN"
|
||||
cmake --build $BUILD_DIR
|
||||
cmake --install $BUILD_DIR
|
||||
|
||||
mkbootimg luna.json Luna.iso
|
||||
mkbootimg luna.json Luna.iso
|
||||
|
@ -7,11 +7,11 @@ cd $LUNA_ROOT
|
||||
|
||||
tools/setup.sh
|
||||
|
||||
#tools/install-headers.sh
|
||||
tools/install-headers.sh
|
||||
|
||||
mkdir -p $BUILD_DIR
|
||||
cmake -S . -B $BUILD_DIR -G "$CMAKE_GEN"
|
||||
cmake --build $BUILD_DIR
|
||||
cmake --install $BUILD_DIR
|
||||
|
||||
mkbootimg luna.json Luna.iso
|
||||
mkbootimg luna.json Luna.iso
|
||||
|
@ -7,8 +7,8 @@ cd $LUNA_ROOT
|
||||
|
||||
tools/setup.sh
|
||||
|
||||
#tools/install-headers.sh
|
||||
tools/install-headers.sh
|
||||
|
||||
mkdir -p $BUILD_DIR
|
||||
cmake -S . -B $BUILD_DIR -G "$CMAKE_GEN"
|
||||
cmake --build $BUILD_DIR
|
||||
cmake --build $BUILD_DIR
|
||||
|
@ -9,8 +9,10 @@ tools/setup.sh
|
||||
|
||||
tools/full-clean.sh
|
||||
|
||||
tools/install-headers.sh
|
||||
|
||||
cmake -S . -B $BUILD_DIR -G "$CMAKE_GEN"
|
||||
cmake --build $BUILD_DIR
|
||||
cmake --install $BUILD_DIR
|
||||
|
||||
mkbootimg luna.json Luna.iso
|
||||
mkbootimg luna.json Luna.iso
|
||||
|
@ -9,5 +9,7 @@ tools/setup.sh
|
||||
|
||||
tools/full-clean.sh
|
||||
|
||||
tools/install-headers.sh
|
||||
|
||||
cmake -S . -B $BUILD_DIR -G "$CMAKE_GEN"
|
||||
cmake --build $BUILD_DIR
|
||||
cmake --build $BUILD_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user