Files
game-and-watch-retro-go/scripts/.ci_build_ubuntu.sh
Konrad Beckmann 70881218ef ci: Move scripts
2021-07-11 22:07:28 +02:00

9 lines
86 B
Bash
Executable File

#!/bin/bash
set -xe
apt install lz4
./scripts/.ci_prepare_roms.sh
make -j $(nproc)