-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
codeship-steps.yml
44 lines (41 loc) · 1.11 KB
/
codeship-steps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# iutest using codeship basic
# this file is codeship settings sample
- type: parallel
exclude: gh-pages
steps:
- name: cpplint
service: iutest
command: make -C /work/test/cpplint PYTHON=python3
- name: check-include-guard
service: iutest
command: make -C /work/test check_incg
- name: check-documents
service: iutest
command: make -C /work/test/docs version-test doxygen-test
- name: editorconfig-self-lint
service: iutest
command: make -C /work editorconfig-self-lint
- name: check-fullpath
service: iutest
command: make -C /work/test/repository check-fullpath
- name: check-crlf
service: iutest
command: /work/.ci/check-crlf.sh
- type: parallel
exclude: gh-pages
steps:
- name: check-remote-crlf
service: iutest
command: make -C /work/test/repository check-remote-crlf
- type: parallel
tag: master
steps:
- name: sync-svn
service: iutest
command: /work/.ci/sync-svn.sh
- type: parallel
tag: v.*
steps:
- name: sync-svn
service: iutest
command: /work/.ci/sync-svn-tag.sh