mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Add travis IRC notifications
This commit is contained in:
parent
78f94e1b93
commit
ba702c9ef3
@ -5,3 +5,11 @@ compiler:
|
|||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install python-dev libpng-dev zlib1g-dev libssl-dev libx11-dev libgl1-mesa-dev libxrandr-dev libxxf86dga-dev libxcursor-dev bison flex libfreetype6-dev libvorbis-dev libjpeg-dev libopenal-dev libode-dev nvidia-cg-toolkit
|
- sudo apt-get install python-dev libpng-dev zlib1g-dev libssl-dev libx11-dev libgl1-mesa-dev libxrandr-dev libxxf86dga-dev libxcursor-dev bison flex libfreetype6-dev libvorbis-dev libjpeg-dev libopenal-dev libode-dev nvidia-cg-toolkit
|
||||||
script: python makepanda/makepanda.py --everything
|
script: python makepanda/makepanda.py --everything
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#panda3d"
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user