summaryrefslogtreecommitdiff
path: root/minici.yaml
blob: b52b3d95ced23d0e44d99bb12fa48749ed793c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
job build:
  shell:
    - make CC=gcc CFLAGS=-Werror CXXFLAGS=-Werror
  artifact erebos:
    path: build/src/erebos

job clang:
  shell:
    - make CC=clang CFLAGS=-Werror CXXFLAGS=-Werror

job test:
  uses:
    - build.erebos
  shell:
    - erebos-tester -v