mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 04:53:03 +01:00
Fix Clang
I didn't expect this to work, but it is and I'm not complaining.
This commit is contained in:
parent
d48d9ed4dc
commit
e230badb47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user