Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/basic/qa/vba_tests/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 799 B image not shown  

Quelle  ci-quickchick.sh   Sprache: unbekannt

 
#!/usr/bin/env bash

set -e

ci_dir="$(dirname "$0")"
"${ci_dir}/ci-common.sh"

git_download quickchick

if [ "$DOWNLOAD_ONLY" ]; then exit 0fi

( cd "${CI_BUILD_DIR}/quickchick"
  dune build --root . --only-packages=coq-quickchick @install
  dune install --root . coq-quickchick --prefix=$CI_INSTALL_DIR
)

Messung V0.5 in Prozent
C=92 H=100 G=95

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-07]