aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Unify docker devcontainer with dockerfile used for CI (#1587)BloodStainedCrow2024-03-231-87/+0
| | | | | | | | | | | | | | | | | | | | * Only use one Dockerfile and build.sh script for both docker and devcontainer * Remove all now unneccessary tasks and scripts * Update to clang-format-14 * Move devcontainer.json into root folder * Fix conditional statements in Dockerfile * Move .devcontainer/README into doc/usingDevcontainers * Remove obsolete VSCode Task * Change standard compiler path to the correct compiler * Set GDB Path for debugging * Hide broken buttons from CMake Extension * Refactor .devcontainer * Remove unneccessary postBuildCommand * Add devcontainer dependencies to all docker images * Add Devcontainer Debug launch config * Add an additional c_cpp_properties config as a fallback for devcontainer * Remove obsolete Docker Argument * Fix wrong C/Cpp versions * Fix silent fail of gdb, add libncurses5
* fixing build.sh not returning error in build (#1460)cybuzuma2022-12-131-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
* Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants2022-09-171-1/+0
| | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
* Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate2021-10-171-1/+1
|
* Added cmake variantsTim Keller2021-08-071-0/+0
|
* added devcontainer filesNiall Cooling2021-08-071-0/+78