This commit is contained in:
Polprzewodnikowy 2022-08-19 20:56:29 +02:00
parent 4f0f5fbc01
commit 64924f5048
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ set -e
PACKAGE_FILE_NAME="SC64" PACKAGE_FILE_NAME="SC64"
FILES=( FILES=(
"./fw/ft232h_config.xml" "./fw/ftdi/ft232h_config.xml"
"./fw/project/lcmxo2/impl1/sc64_impl1_tw1.html" "./fw/project/lcmxo2/impl1/sc64_impl1_tw1.html"
"./fw/project/lcmxo2/impl1/sc64_impl1_twr.html" "./fw/project/lcmxo2/impl1/sc64_impl1_twr.html"
"./sw/pc/sc64.py" "./sw/pc/sc64.py"

View File

@ -25,7 +25,9 @@ docker run \
$BUILDER_IMAGE \ $BUILDER_IMAGE \
./build.sh $@ ./build.sh $@
BUILD_ERROR = $? BUILD_ERROR=$?
ls -R -lah $(pwd)/fw/project
popd > /dev/null popd > /dev/null