|
|
@ -30,4 +30,9 @@ script:
|
|
|
|
- cmake --build build -- -j 2
|
|
|
|
- cmake --build build -- -j 2
|
|
|
|
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
notifications:
|
|
|
|
irc: "chat.freenode.net#ryzomforge"
|
|
|
|
irc: "chat.freenode.net#ryzomforge"
|
|
|
|
|
|
|
|
template:
|
|
|
|
|
|
|
|
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
|
|
|
|
|
|
|
- "Description : %{commit_message}"
|
|
|
|
|
|
|
|
- "Change view : %{compare_url}"
|
|
|
|
|
|
|
|
- "Build details : %{build_url}"
|
|
|
|