mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
376c9ab825
plus badge in the readme
19 lines
395 B
YAML
19 lines
395 B
YAML
dependencies:
|
|
pre:
|
|
- |
|
|
sudo apt-get install libsdl2-dev libfreetype6-dev
|
|
|
|
if [ ! -d ~/bam ]; then
|
|
git clone https://github.com/matricks/bam.git ~/bam
|
|
cd ~/bam/
|
|
git reset --hard f012dd9a3e38295b8a45af5a101d29573381f169
|
|
./make_unix.sh
|
|
fi
|
|
|
|
cache_directories:
|
|
- "~/bam/"
|
|
|
|
test:
|
|
override:
|
|
- ~/bam/bam conf=release all
|