forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (27 loc) · 846 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
before_install:
# rm the rabbitmq source file since it currently times out and we don't need it
- "sudo rm -f /etc/apt/sources.list.d/rabbitmq-source.list"
- "sudo apt-get update"
- "sudo apt-get install -y libqt4-dev"
- "sudo apt-get install -y alsa libsndfile1 make cmake g++ ant curl"
- "sudo apt-get install -y libasound2-dev portaudio19-dev libsndfile1-dev zlib1g-dev libfreetype6-dev libfontconfig-dev"
- "sudo apt-get install -y lame libmp3lame-dev"
before_script:
- "make revision"
- "make debug"
- "sudo make installdebug"
- "cd build.debug/mtest"
- "make"
script:
- "../../build/run_tests.sh"
notifications:
recipients:
email:
on_success: change
on_failure: always
irc:
channels:
- "irc.freenode.net#musescore"
on_success: change
on_failure: change