mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
|
|
apt install lz4
|
|
|
|
./scripts/.ci_prepare_roms.sh
|
|
|
|
make -j $(nproc)
|