summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 58a6e046d97729f2ad38673a223f372a6b8476d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c
python: '3.3'
node_js: '0.11'
env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe"
  MAKEOPTS="-j8" FFMPEG="ffmpeg -t 00:00:05"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script
notifications:
  email:
    - alex_y_xu@yahoo.ca
  irc:
    channels:
      - "chat.freenode.net#html5ks"
    template:
      - "%{repository_name}#%{build_number} of %{commit} on %{branch} by %{author} took %{duration} and ended: %{message}"
      - "Compare: %{compare_url}"
      - "Build details: %{build_url}"