aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ci
blob: ada698e0a650bc3a3316d8ebdd0a30fef5f7b814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: ci-all ci-hott ci-math-comp ci-compcert

ci-all: ci-hott ci-math-comp ci-compcert

# TODO Do generic rule
ci-hott:
	./tools/ci/ci-hott.sh

ci-math-comp:
	./tools/ci/ci-math-comp.sh

ci-compcert:
	./tools/ci/ci-compcert.sh