mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-22 14:06:52 +00:00
7 lines
208 B
Bash
Executable File
7 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir travis-cache
|
|
if [ ! -f homebrew-cache.tar.gz ]; then
|
|
tar czf travis-cache/homebrew-cache.tar.gz --directory /usr/local/Cellar pkg-config readline sqlite gdbm makedepend openssl python@2
|
|
fi
|