gitee.com/Mydawng/fabric-ca@v2.0.0-alpha.0.20201214145411-9ea68369cb61+incompatible/ci/install_deps.yml (about)

     1  # Copyright the Hyperledger Fabric contributors. All rights reserved.
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  
     5  steps:
     6    - script: sudo apt-get clean
     7      displayName: Run APT Clean
     8    - script: sudo apt-get update
     9      displayName: Run APT Update
    10    - script: sudo apt-get install -y gcc haveged libtool make
    11      displayName: Install Dependencies
    12    - task: GoTool@0
    13      inputs:
    14        version: $(GOVER)
    15        goPath:  $(GOPATH)
    16      displayName: Install GoLang