compile sans avoir modifié de code ok

This commit is contained in:
ecarlett 2024-05-07 15:12:52 +02:00 committed by Eve C
parent e8a1b12e17
commit b588241207
3 changed files with 19 additions and 0 deletions

7
compile.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
rm -r build
cp make_pine.sh build/
cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=/home/eve/Work/gcc-arm-none-eabi-10.3-2021.10 -DNRF5_SDK_PATH=/home/eve/Work/nRF5_SDK_17.1.0_ddde560 -DTARGET_DEVICE=PINETIME -DBUILD_DFU=1 -DBUILD_RESOURCES=1 -B build -DCMAKE_BUILD_TYPE=Release

6
make_pine.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
#cp ./displayapp/apps/Apps.h ../src/displayapp/apps/Apps.h
make -j4 pinetime-app

6
make_pine_mcu.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
#cp ./displayapp/apps/Apps.h ../src/displayapp/apps/Apps.h
make -j4 pinetime-mcuboot-app