mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Move travis build to autotools
This commit is contained in:
parent
50c8a820e5
commit
974b8fb8bf
|
@ -27,12 +27,10 @@ before_script:
|
||||||
- sudo apt-get install check
|
- sudo apt-get install check
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build && cd build
|
- autoreconf -i
|
||||||
- cmake ..
|
- ./configure
|
||||||
- make -j3
|
- make -j3
|
||||||
- make test
|
- make check
|
||||||
# build docs separately
|
|
||||||
- make docs
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user