1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:57:45 +02:00

Fix Clang

I didn't expect this to work, but it is and I'm not complaining.
This commit is contained in:
Urras 2015-02-10 10:01:44 -05:00
parent d48d9ed4dc
commit e230badb47

View File

@ -1,11 +1,11 @@
language: c
compiler:
- gcc
# - clang # Fix me
- clang
before_script:
# Installing yasm (needed for compiling vpx) and openal
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev libnotify-dev
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev libnotify-dev clang llvm-dev
# Installing libsodium, needed for toxcore
- git clone https://github.com/jedisct1/libsodium.git libsodium
- cd libsodium