Subversion Repositories Scribus

Rev

Rev 20770 | Rev 20963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20770 Rev 20844
Line 65... Line 65...
65
      make -j8; 
65
      make -j8; 
66
      make install;
66
      make install;
67
    fi
67
    fi
68
    
68
    
69
notifications:
69
notifications:
70
  - email: false
-
 
71
  - irc:
70
  irc:
72
    -  channels:
71
    channels:
73
    - "chat.freenode.net#scribus"
72
    -  "chat.freenode.net#scribus"
-
 
73
    -  "chat.freenode.net#scribus-dev"
74
    -  template:
74
    template:
75
    - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"  
75
    - "%{repository}/%{branch} (%{author}): %{build_url}: %{message}"
76
    -  on_success: always
76
    on_success: always
77
    -  on_failure: always
77
    on_failure: always
78
 
78