diff options
| author | Maxime Dénès | 2017-04-24 14:42:24 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-24 14:42:24 +0200 |
| commit | 221690b132ad3d836a79179b58f3f9ffafc4f392 (patch) | |
| tree | 7dea294962817bd9257886b1d8cabd0d0ae32573 /Makefile.ci | |
| parent | 59b0041147a9d2dddc1fe14f624a2cf5695f2ea2 (diff) | |
| parent | b07f7a2ac4f23a29d1762b4f78fc1506925a5019 (diff) | |
Merge PR#577: Add bedrock targets src and facade to Travis CI
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.ci b/Makefile.ci index b055ada8e5..4c4606aff6 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -1,11 +1,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-fiat-parsers \ ci-coquelicot ci-flocq ci-iris-coq ci-metacoq ci-geocoq \ - ci-unimath ci-vst + ci-unimath ci-vst ci-bedrock-src ci-bedrock-facade .PHONY: $(CI_TARGETS) # Generic rule, we use make to easy travis integraton with mixed rules $(CI_TARGETS): ci-%: ./dev/ci/ci-$*.sh - |
