mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-24 22:56:52 +01:00
7 lines
182 B
Bash
Executable File
7 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run \
|
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
|
ghcr.io/polprzewodnikowy/sc64env:v1.0 \
|
|
/bin/bash -c "USER_FLAGS=\"-DDEBUG\" make clean all"
|