Mirror of https://github.com/leanprover/lean2 in case it ever disappears
219e9d6c0c
Travis-ci[1] supports encryption key feature[2]. The caveat is that plain-texts are encrypted and decrypted using repository's public and private keys. That is, if we migrate our blessed repo to another one, we need to re-encrypt and update our secure keys in .travis.yml file: - GH_TOKEN : to push to OSX/Windows repositories (Github token for account "soonhokong") - DROPBOX_KEY : to push compiled binaries to DROPBOX (DROPBOX_KEY=access token) - REPO : encrypt "BLESSED". If travis-ci is running on another repository, REPO variable is not decrypted to "BLESSED" because it will use a different private key. Many actions (i.e. upload to Dropbox, trigger OSX/Windows Builds) are protected by this condition. - COVERALLS_REPO_TOKEN: to push to https://coveralls.io (https://coveralls.io/r/leanprover/lean) [1]: http://travis-ci.com [2]: http://docs.travis-ci.com/user/encryption-keys/ |
||
---|---|---|
doc | ||
examples/lean | ||
images | ||
script | ||
src | ||
tests | ||
.gitignore | ||
.travis.osx.yml | ||
.travis.windows.yml | ||
.travis.yml | ||
LICENSE | ||
README.md |
Ubuntu | OS X | Windows | Coverage | Builds / UnitTests / Dynamic Analyses |
---|---|---|---|---|
http://build.leanprover.net |
Remark: Lean 0.2 is under development. To try Lean, please use version 0.1.
About
Requirements
- C++11 compatible compiler: g++ (version >= 4.8.1), or clang++ (version >= 3.3)
- CMake
- GMP (GNU multiprecision library)
- MPFR (GNU MPFR Library)
- Lua 5.2 or 5.1, or LuaJIT 2.0
- (optional) gperftools
- (optional) Boost (version >= 1.54), we can build Lean using boost::thread instead of std::thread. When using Boost, Lean can modify the thread stack size.
Installing required packages at
Build Instructions
Miscellaneous
- Testing and Code Coverage
- Building Doxygen Documentation:
doxygen src/Doxyfile
- Coding style
- Git Commit Convention
- Automatic builds