summaryrefslogtreecommitdiff
path: root/docker/build.sh
AgeCommit message (Expand)AuthorFilesLines
2022-12-13fixing build.sh not returning error in build (#1460)cybuzuma1-1/+11
2022-09-17Remove CMake targets and corresponding CLI arguments that are specific to the...Jean-François Milants1-1/+0
2022-09-11Small improvement in generate-fonts.py following code review.Jean-François Milants1-1/+6
2022-07-08Downgrade GNU Arm Toolchain to 10.3-2021.10Finlay Davidson1-3/+3
2022-06-11Update arm gcc toolchain to 11.2-2022.02Finlay Davidson1-6/+7
2022-05-26The main build workflow for GitHub Actions now uses the infinitime-build dock...Jean-François Milants1-10/+6
2021-10-17Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate1-1/+1
2021-02-01Add new cmake option to disable the generation of DFU file (which needs adafr...Jean-François Milants1-0/+1
2021-01-23check for cmake build-success before running post-build.shpetter1-3/+5
2020-12-22Make TOOLS_DIR if neededJoe Eaves1-0/+3
2020-12-21Integrate improvements from #137Joe Eaves1-2/+2
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves1-6/+67
2020-08-20Docker build : split build.sh into 2 scripts : build.sh that always exists an...JF1-0/+12
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project in...JF1-25/+0
2020-08-19Add docker file create docker image that builds the project on amd64 and arm6...JF1-0/+25