-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into stable for 1.0
- Loading branch information
Showing
36 changed files
with
229 additions
and
9,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,5 @@ _build | |
*.docdir | ||
*.html | ||
man/ | ||
sequence.install | ||
setup.log | ||
setup.data | ||
*.install | ||
.merlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
language: c | ||
env: | ||
- OCAML_VERSION=4.01.0 | ||
- OCAML_VERSION=4.02.3 | ||
- OCAML_VERSION=4.04.2 | ||
- OCAML_VERSION=4.05.0 | ||
- OCAML_VERSION=4.05.0+flambda | ||
- OCAML_VERSION=4.06.0 | ||
addons: | ||
apt: | ||
sources: | ||
- avsm | ||
packages: | ||
- opam | ||
# Caching may take a lot of space with so many ocaml versions | ||
#cache: | ||
# directories: | ||
# - $HOME/.opam | ||
before_install: | ||
# Some opam boilerplate | ||
- export OPAMYES=1 | ||
- export OPAMVERBOSE=1 | ||
- opam init | ||
- opam switch ${OCAML_VERSION} | ||
- eval `opam config env` | ||
install: | ||
# Install dependencies | ||
- opam pin add --no-action sequence . | ||
- opam install oasis | ||
- opam install --deps-only sequence | ||
script: | ||
- make build | ||
- opam install qcheck qtest | ||
- ./configure --enable-tests | ||
- make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
(executables | ||
((names (bench_persistent_read bench_persistent)) | ||
(libraries (sequence benchmark)) | ||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always)) | ||
(ocamlopt_flags (:standard -O3 -color always | ||
-unbox-closures -unbox-closures-factor 20)) | ||
)) |
Oops, something went wrong.