Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  create-ci-branch.sh   Sprache: Shell

 
#!/usr/bin/env bash

set -ue # its like javascript, everything is allowed unless you prevent it.
shopt -s extglob

# export the ci_branch we will be using in all shell scripts
export ci_branch=ci_results

topdir=$(git rev-parse --show-toplevel)

cd $topdir

if [ `git branch --list $ci_branch` ]
then
  echo "Branch exists" #We don't need to do anything
else
  git checkout -b $ci_branch

  # clear out the repostory
  git rm -r !(.metrics|.git|tmp)
  git rm -r .github

  cp .metrics/generated_README.md README.md
  mkdir .metrics/badges
  mkdir .metrics/count

  git add .
  git commit -m"Initial commit for results branch"

  # scripts needed to populated. Should be self contained with cleanup of extra files
  cd .metrics && ./populate_not_implemented.sh
  cd $topdir
  cd .metrics && ./populate_fuzzbug.sh

  cd $topdir
  git add .
  git commit -m"Inital run of Populate scripts"
fi

Messung V0.5
C=97 H=97 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge