summaryrefslogtreecommitdiff
path: root/.devcontainer/build.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13fixing build.sh not returning error in build (#1460)cybuzuma1-1/+11
Return the build status as return code from the `main` helper function. In the process convert the handling if the file was sourced or directly executed into an explicit if/else statement to make the intent clearer. In case of an build error the error is now reported at the build step, where the error happened. Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/1292
2022-09-17Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants1-1/+0
the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
2021-10-17Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate1-1/+1
2021-08-07Added cmake variantsTim Keller1-0/+0
2021-08-07added devcontainer filesNiall Cooling1-0/+78