mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix globbing mistake, install xz-utils
This commit is contained in:
parent
71a15f39c6
commit
9543b05e31
|
@ -4,7 +4,7 @@ dependencies:
|
|||
sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||
sudo apt-get update
|
||||
sudo apt-get build-dep teeworlds
|
||||
sudo apt-get install libsdl2-dev cmake
|
||||
sudo apt-get install libsdl2-dev cmake xz-utils
|
||||
|
||||
if [ ! -x ~/bam/bam ]; then
|
||||
git clone https://github.com/matricks/bam ~/bam/
|
||||
|
@ -33,7 +33,7 @@ test:
|
|||
- |
|
||||
cd build
|
||||
make package
|
||||
mv DDNet-*.tar ${CIRCLE_ARTIFACTS}
|
||||
mv DDNet-*.tar.* ${CIRCLE_ARTIFACTS}
|
||||
|
||||
##
|
||||
##deployment:
|
||||
|
|
Loading…
Reference in a new issue