mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-12-27 05:21:55 +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
|
||||
|
||||
![SC64 HW ver: 2.0 TOP](.github/sc64_v2_top.jpg | width=64)
|
||||
|
||||
![SC64 HW ver: 2.0 BOTTOM](.github/sc64_v2_bottom.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" />
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
|
||||
|
||||
pushd $(dirname $0) > /dev/null
|
||||
@ -27,4 +25,10 @@ docker run \
|
||||
$BUILDER_IMAGE \
|
||||
./build.sh $@
|
||||
|
||||
BUILD_ERROR = $?
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
if [ $BUILD_ERROR -ne 0 ]; then
|
||||
exit -1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user