libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

job.sh (150B)


      1 #!/bin/bash
      2 set -exuo pipefail
      3 
      4 # Update system
      5 apt-get update -yq
      6 apt-get upgrade -yq
      7 
      8 # Build documentation
      9 # Why is doc always failling
     10 # make doc