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 # make doc TODO understand why it crash
taler-rustGNU Taler code in Rust. Largely core banking integrations. | |
| Log | Files | Refs | Submodules | README | LICENSE |