aboutsummaryrefslogtreecommitdiff
blob: 1d29845fc4e00b5fc19165b93b0c922b9b79f208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: c
compiler:
  - gcc
  - clang
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install libattr1-dev autotools-dev automake autoconf libelf-dev libtool
script:
 - ./autogen.sh
 - ./configure
 - make V=1 distcheck
 - cd misc/fix-gnustack
 - ./autogen.sh
 - ./configure
 - make V=1 dist
 - cd ../install-xattr
 - make V=1
notifications:
  irc:
    channels:
      - "irc.freenode.org#gentoo-hardened"
    on_success: change
    on_failure: always