mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
19 lines
351 B
YAML
19 lines
351 B
YAML
|
dependencies:
|
||
|
pre:
|
||
|
- |
|
||
|
sudo apt-get update; sudo apt-get build-dep teeworlds
|
||
|
|
||
|
if [ ! -x ~/bam/bam ]; then
|
||
|
git clone https://github.com/matricks/bam ~/bam/
|
||
|
cd ~/bam; ./make_unix.sh
|
||
|
fi
|
||
|
|
||
|
cache_directories:
|
||
|
- "~/bam/"
|
||
|
|
||
|
## Customize test commands
|
||
|
test:
|
||
|
override:
|
||
|
- |
|
||
|
../bam/bam release
|