build.sh 277 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. CUR_DIR=$PWD
  5. pushd ${CUR_DIR}/.. > /dev/null 2>&1
  6. ./build.sh
  7. popd > /dev/null 2>& 1
  8. cd ${CUR_DIR}
  9. rm -f test
  10. go build test.go
  11. ./test