Skip to content

Commit

Permalink
New MiSTer_misc package format (old one keeped for compatibility for …
Browse files Browse the repository at this point in the history
…the time being)
  • Loading branch information
pocomane committed Apr 6, 2021
1 parent d79af89 commit c4d4980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
provider: releases
api_key: $GITHUB_API_KEY
file_glob: true
file: "build/mbc"
file: build/mbc*
skip_cleanup: true

branches:
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ echo "building..."
cd build
arm-linux-musleabihf-gcc -std=c99 -D_XOPEN_SOURCE=700 -static -O2 -o mbc ../mbc.c ||die
arm-linux-musleabihf-strip mbc ||die
mkdir -p hook/action ||die
echo -e "#!/bin/bash\n./mbc $@" > "hook/action/__unnamed__" ||die
tar -czf mbc.tar.gz mbc ./hook/action/__unnamed__
cd ..

0 comments on commit c4d4980

Please sign in to comment.