wercker: added naomi build

This commit is contained in:
Flyinghead 2019-05-30 20:09:25 +02:00
parent 94fd42db6f
commit 97eab1be59
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,17 @@ build:
gzip reicast
popd
mv shell/linux/reicast.gz s3
- script:
name: reicast x64 naomi build
code: make -C shell/linux platform=x64 NAOMI=1
- script:
name: package naomi app
code: |
pushd shell/linux
mv -f nosym-reicast.elf reicast_naomi
gzip reicast_naomi
popd
mv shell/linux/reicast_naomi.gz s3
- s3sync:
source_dir: s3
delete-removed: false