1
0
forked from me/IronOS

Rough pass at builder

This commit is contained in:
Ben V. Brown
2019-12-23 18:36:10 +11:00
parent 9e7355adab
commit cc79fcb4cf
10 changed files with 158 additions and 63 deletions

13
ci/buildAll.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -e
set -u
mkdir -p /build/ci/artefacts
# Build STM code
cd /build/source/workspace/TS100/
bash ./build.sh || exit 1
echo "All Firmware built"
# Copy out all the final resulting files we would like to store for the next op
cp -r /build/source/workspace/TS100/Hexfile/*.hex /build/ci/artefacts/
cp -r /build/source/workspace/TS100/Hexfile/*.bin /build/ci/artefacts/