mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
removed script changes so _this_ build will pass
This commit is contained in:
parent
e47790ce31
commit
8649f86b10
|
@ -23,8 +23,6 @@ before_script:
|
|||
- sudo ldconfig
|
||||
# installing sphinx, needed for documentation
|
||||
- sudo apt-get install python-sphinx
|
||||
# installing check, needed for unit tests
|
||||
- sudo apt-get install check
|
||||
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
|
@ -32,7 +30,6 @@ script:
|
|||
- make -j3
|
||||
# build docs separately
|
||||
- make docs
|
||||
- cd ../auto_tests/ && ./run_tests
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
# run_tests - run the current tests for tox core
|
||||
set -e
|
||||
|
||||
make
|
||||
./messenger_test && ./friends_test
|
||||
|
|
Loading…
Reference in New Issue
Block a user