mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 05:03:01 +01:00
temporarily disabling clang in travis script due to weird errors unrelated to toxic
This commit is contained in:
parent
637ea0ed55
commit
fd65fbfd0c
10
.travis.yml
10
.travis.yml
@ -1,7 +1,7 @@
|
|||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
# - clang # Fix me
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Installing yasm (needed for compiling vpx) and openal
|
# Installing yasm (needed for compiling vpx) and openal
|
||||||
@ -32,16 +32,12 @@ before_script:
|
|||||||
- cd ..
|
- cd ..
|
||||||
# Creating libraries links and updating cache
|
# Creating libraries links and updating cache
|
||||||
- sudo ldconfig > /dev/null
|
- sudo ldconfig > /dev/null
|
||||||
#installing check, needed for unit tests
|
|
||||||
- sudo apt-get install check > /dev/null
|
|
||||||
# Installing toxcore
|
# Installing toxcore
|
||||||
- git clone https://github.com/irungentoo/toxcore.git toxcore
|
- git clone https://github.com/irungentoo/toxcore.git toxcore
|
||||||
- cd toxcore
|
- cd toxcore
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- CFLAGS="-Ofast -Wall -Wextra" ./configure --disable-daemon --disable-ntox
|
- ./configure --disable-tests --disable-ntox --disable-daemon --enable-av
|
||||||
- make -j3
|
- make -j2 || make || exit 1
|
||||||
- make check
|
|
||||||
- make dist
|
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user