Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 219e9d6c0c chore(travis): re-encrypt secure keys for leanprover/lean
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/
2014-05-02 00:10:56 -04:00
doc chore(*): replace leodemoura with leanprover 2014-04-29 15:31:29 -07: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 chore(util/lua): name convention 2014-05-01 18:40:18 -07:00
tests feat(library/kernel_bindings): substitution Lua API 2014-05-01 15:30:30 -07:00
.gitignore chore(.gitignore): ignore .md.lean files 2013-12-27 16:50:06 -08:00
.travis.osx.yml chore(travis): re-encrypt secure keys for leanprover/lean 2014-05-02 00:10:56 -04:00
.travis.windows.yml chore(travis): re-encrypt secure keys for leanprover/lean 2014-05-02 00:10:56 -04:00
.travis.yml chore(travis): re-encrypt secure keys for leanprover/lean 2014-05-02 00:10:56 -04:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md chore(*): add logo 2014-04-29 16:21:17 -07:00

Logo

UbuntuOS XWindowsCoverageBuilds / UnitTests / Dynamic Analyses
http://build.leanprover.net

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

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous