ci.sh 235 B

123456
  1. #!/bin/sh
  2. : ${CC?"Need to set CC as clang, gcc or a specific version like clang-3.6"}
  3. : ${ARCH?"Need to set ARCH as aarch64, amd64 or riscv"}
  4. GO111MODULE=on GOBIN="$(pwd)/util" go get ./util/src/harvey/cmd/...
  5. ./util/build build.json