Fix yml syntax

This commit is contained in:
stalkerg
2017-11-23 14:57:12 +09:00
parent 0554f46b9f
commit 7afc2de1c7

View File

@@ -5,16 +5,16 @@ compiler:
- gcc
- clang
addons:
apt:
packages:
- cmake
- libsdl2-dev
- libsdl2-net-dev
- libogg-dev
- libvorbis-dev
- libavcodec-dev
- libavformat-dev
- libavutil-dev
apt:
packages:
- cmake
- libsdl2-dev
- libsdl2-net-dev
- libogg-dev
- libvorbis-dev
- libavcodec-dev
- libavformat-dev
- libavutil-dev
before_install:
- git clone --depth 1 https://github.com/stalkerg/clunk.git /tmp/clunk
- cd /tmp/clunk && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install