mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-12-28 14:01:54 +01:00
testseet
This commit is contained in:
parent
4f0f5fbc01
commit
64924f5048
2
build.sh
2
build.sh
@ -5,7 +5,7 @@ set -e
|
||||
PACKAGE_FILE_NAME="SC64"
|
||||
|
||||
FILES=(
|
||||
"./fw/ft232h_config.xml"
|
||||
"./fw/ftdi/ft232h_config.xml"
|
||||
"./fw/project/lcmxo2/impl1/sc64_impl1_tw1.html"
|
||||
"./fw/project/lcmxo2/impl1/sc64_impl1_twr.html"
|
||||
"./sw/pc/sc64.py"
|
||||
|
@ -25,7 +25,9 @@ docker run \
|
||||
$BUILDER_IMAGE \
|
||||
./build.sh $@
|
||||
|
||||
BUILD_ERROR = $?
|
||||
BUILD_ERROR=$?
|
||||
|
||||
ls -R -lah $(pwd)/fw/project
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user