aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
blob: 1d1aa26fe71483926805d218150142aa52c6b0bb (plain)
1
2
3
4
5
6
7
8
9
10
box: rioki/gcc-cpp@0.0.1
build:
    steps:
        # Execute a custom script step.
        - script:
            name: build
            code: |
                  git clone https://github.com/syoyo/orebuildenv.git
                  cd tests
                  make check