Skip to content

Commit

Permalink
Unpin dependencies in Jenkins, depend on calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilisp committed Dec 9, 2016
1 parent f6b7543 commit 0de47d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
opam pin add --no-action ocsigenserver 'https://github.com/ocsigen/ocsigenserver.git#master'
opam pin add --no-action js_of_ocaml 'https://github.com/ocsigen/js_of_ocaml.git#master'
opam pin add --no-action eliom 'https://github.com/ocsigen/eliom.git#master'
opam pin add --no-action reactiveData 'https://github.com/ocsigen/reactiveData.git#master'

opam pin add --no-action ocsigen-toolkit .
opam install --deps-only ocsigen-toolkit
opam install --verbose ocsigen-toolkit
Expand Down
1 change: 1 addition & 0 deletions opam/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"eliom" {>= "6.0"}
"calendar"
]
available: [ ocaml-version >= "4.02" ]

0 comments on commit 0de47d7

Please sign in to comment.