aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
blob: d10ff3ad96f21c0b9cdab0dba4cfbbef9a9a6d77 (plain)
1
2
3
4
5
6
7
8
9
10
CI_TARGETS=ci-all ci-hott ci-math-comp ci-compcert ci-sf ci-cpdt	\
           ci-color ci-math-classes ci-tlc ci-fiat-crypto		\
           ci-coquelicot ci-flocq ci-iris-coq ci-metacoq

.PHONY: $(CI_TARGETS)

# Generic rule, we use make to easy travis integraton with mixed rules
$(CI_TARGETS): ci-%:
	./tools/ci/ci-$*.sh