Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong cf25c626e5 chore(travis): fix bitbucket push
Problem
=======

For efficiency, travis-ci uses shallow clone by doing

    git clone --depth=50 ...

which checks out recent 50 commits from the repo.

However, recent changes on bitbucket side rejects a shallow clone of a
repository.

Solution
========

We do

    git fetch --unshallow;

before we push to other repositories.
2014-05-04 17:49:32 -04:00
doc chore(travis): use lean-build@googlegroups 2014-05-02 17:21:54 -04:00
examples/lean doc(examples/wf): use 'have' construct in wf example 2014-03-03 18:29:19 -08:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
script fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF 2013-09-29 18:36:01 -07:00
src feat(library/kernel_bindings): add environment Lua API 2014-05-02 17:53:32 -07:00
tests test(lua): add definition API tests 2014-05-02 17:01:22 -07:00
.gitignore chore(.gitignore): ignore .md.lean files 2013-12-27 16:50:06 -08:00
.travis.osx.yml chore(travis): use lean-build@googlegroups 2014-05-02 17:21:54 -04:00
.travis.windows.yml chore(travis): use lean-build@googlegroups 2014-05-02 17:21:54 -04:00
.travis.yml chore(travis): fix bitbucket push 2014-05-04 17:49:32 -04:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md doc(README.md): Use img.shields.io/ icon for CDash 2014-05-03 00:18:24 -04:00

logo

UbuntuOS XWindowsCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

Remark: Lean 0.2 is under development. To try Lean, please use version 0.1.

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous