mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-03-10 23:30:44 +00:00
Updated release script to include .bin files
Change-Id: Ic09c51f721a3c517a43282b053dbdf9a55fba902
This commit is contained in:
parent
58978d3e05
commit
1b0c0624ff
@ -16,8 +16,9 @@ pushd target
|
|||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
|
|
||||||
cp --parents */*/*.bit ../${DIR}
|
cp --parents */*/ice*.bit ../${DIR}
|
||||||
cp --parents */*/*.mcs ../${DIR}
|
cp --parents */*/ice*.bin ../${DIR}
|
||||||
|
cp --parents */*/ice*.mcs ../${DIR}
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -27,5 +28,3 @@ popd
|
|||||||
|
|
||||||
echo "Built release in: "${DIR}
|
echo "Built release in: "${DIR}
|
||||||
unzip -l releases/${NAME}.zip
|
unzip -l releases/${NAME}.zip
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user