1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 17:47:46 +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 language: c
compiler: compiler:
- gcc - gcc
# - clang # Fix me - clang
before_script: before_script:
# Installing yasm (needed for compiling vpx) and openal # 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 # Installing libsodium, needed for toxcore
- git clone https://github.com/jedisct1/libsodium.git libsodium - git clone https://github.com/jedisct1/libsodium.git libsodium
- cd libsodium - cd libsodium