macOS and Win10 dockerfile

This commit is contained in:
Niall Cooling
2021-02-25 17:49:40 +00:00
committed by Tim Keller
parent 273a94f298
commit 382db668ed
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
rm -rf build/
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug -DUSE_OPENOCD=1 -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 -S . -Bbuild