-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: readme.md
- Loading branch information
Showing
73 changed files
with
49,528 additions
and
3,214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
language: node_js | ||
sudo: false | ||
|
||
env: | ||
- TEST_DIVA=source | ||
- TEST_DIVA=build | ||
|
||
install: | ||
- npm install less | ||
- wget http://dl.google.com/closure-compiler/compiler-latest.zip | ||
- unzip compiler-latest.zip | ||
- chmod a+rx compiler.jar | ||
- npm install -g gulp | ||
- npm install | ||
- phantomjs --version | ||
|
||
before_script: ./build.sh all | ||
before_script: gulp develop:build | ||
|
||
script: ./build.sh test | ||
script: gulp develop:test | ||
|
||
notifications: | ||
irc: | ||
channels: | ||
- "chat.freenode.net#ddmal" | ||
on_success: change | ||
on_failure: change | ||
skip_join: true | ||
webhooks: | ||
urls: | ||
- https://webhooks.gitter.im/e/6885fd1dbe70aca78516 | ||
on_success: change # options: [always|never|change] default: always | ||
on_failure: always # options: [always|never|change] default: always | ||
on_start: never # options: [always|never|change] default: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Authors of diva.js | ||
|
||
Wendy Liu (wendy.liu[at]mail.mcgill.ca) | ||
Evan Magoni (evan.magoni[at]mail.mcgill.ca) | ||
Andrew Horwitz | ||
Andrew Hankinson (andrew.hankinson[at]mail.mcgill.ca) | ||
Laurent Pugin (lxpugin[at]gmail.com) | ||
|
||
Project Coordinator: | ||
Ichiro Fujinaga (ich[at]music.mcgill.ca) | ||
|
||
Development of Diva.js (past and present versions) was sponsored by the following institutions: | ||
|
||
Swiss National Science Foundation | ||
Social Sciences and Humanities Research Council of Canada | ||
Répertoire International des Sources Musicale (RISM) Switzerland | ||
Canadian Foundation for Innovation | ||
Centre for Interdisciplinary Research in Music Media and Technology (CIRMMT) | ||
Schulich School of Music, McGill University |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Diva.js | ||
|
||
Copyright (C) 2011-2015 by Wendy Liu, Evan Magoni, Andrew Horwitz, Andrew Hankinson, Laurent Pugin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.