mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-12-29 06:21:58 +01:00
test 2
This commit is contained in:
parent
16ebbab119
commit
d506dfa225
@ -71,6 +71,5 @@ Current goal is to rewrite README.md
|
|||||||
|
|
||||||
## Finished sample
|
## Finished sample
|
||||||
|
|
||||||
![SC64 HW ver: 2.0 TOP](.github/sc64_v2_top.jpg | width=64)
|
<img src=".github/sc64_v2_top.jpg" alt="SC64 HW ver: 2.0 PCB top" width="640" />
|
||||||
|
<img src=".github/sc64_v2_bottom.jpg" alt="SC64 HW ver: 2.0 PCB bottom" width="640" />
|
||||||
![SC64 HW ver: 2.0 BOTTOM](.github/sc64_v2_bottom.jpg | width=64)
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
|
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
|
||||||
|
|
||||||
pushd $(dirname $0) > /dev/null
|
pushd $(dirname $0) > /dev/null
|
||||||
@ -27,4 +25,10 @@ docker run \
|
|||||||
$BUILDER_IMAGE \
|
$BUILDER_IMAGE \
|
||||||
./build.sh $@
|
./build.sh $@
|
||||||
|
|
||||||
|
BUILD_ERROR = $?
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
if [ $BUILD_ERROR -ne 0 ]; then
|
||||||
|
exit -1
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user