File: 2_make.sh

package info (click to toggle)
crystal-facet-uml 1.63.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 21,640 kB
  • sloc: ansic: 109,610; xml: 3,085; makefile: 138; sh: 113
file content (8 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
SOURCE_ROOT=../..
. ${SOURCE_ROOT}/main/include/meta/meta_version.inl
VERSIONSTR=${META_VERSION_STR}
[ -e Makefile ] && make clean
cmake ${SOURCE_ROOT}
cov-build --dir cov-int make -j4 crystal-facet-uml
tar czvf crystal-facet-uml_${VERSIONSTR}.tgz cov-int