https://github.com/EasyCrypt/easycrypt
Revision 4950e675ea6abf300e88456e1bd2e624ec83f8de authored by Benjamin Gregoire on 22 March 2017, 08:55:29 UTC, committed by Benjamin Gregoire on 22 March 2017, 08:59:38 UTC
the option prints the list of selected lemmas which are sent to smt.
1 parent 4f24928
Raw File
Tip revision: 4950e675ea6abf300e88456e1bd2e624ec83f8de authored by Benjamin Gregoire on 22 March 2017, 08:55:29 UTC
add the “selected” option to smt tactic
Tip revision: 4950e67
.travis.yml
sudo: required
dist: trusty
language: ocaml
branches:
  only:
  - 1.0
  - /^deploy-.*$/
services:
- docker
env:
- TARGETS=build
- TARGETS=check
- TARGETS=examples
notifications:
  email:
  - tracker@easycrypt.info
before_install:
- docker pull easycryptpa/ec-build-box
script:
- >-
  docker run -v $PWD:/home/ci/easycrypt easycryptpa/ec-build-box
  sh -c "cd easycrypt && opam config exec -- make ${TARGETS}"
back to top