File: .jenkins.sh

package info (click to toggle)
ocaml-deriving-ocsigen 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 648 kB
  • ctags: 1,162
  • sloc: ml: 6,399; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

opam pin add --no-action deriving .
opam install type_conv
opam install --deps-only deriving
opam install --verbose deriving

do_build_doc () {
  make wikidoc
  cp -Rf doc/manual-wiki/*.wiki ${MANUAL_SRC_DIR}
  cp -Rf _build/deriving-api.wikidocdir/*.wiki ${API_DIR}
}

do_remove () {
  opam remove --verbose deriving
}