github.com/MealCraft/glide@v0.13.4/appveyor.yml (about)

     1  
     2  version: build-{build}.{branch}
     3  
     4  clone_folder: C:\gopath\src\github.com\Masterminds\glide
     5  shallow_clone: true
     6  
     7  environment:
     8    GOPATH: C:\gopath
     9  
    10  platform:
    11    - x64
    12  
    13  build: off
    14  
    15  install:
    16    - go version
    17    - go env
    18  
    19  test_script:
    20    - go test -v . ./gb ./path ./action ./tree ./util ./godep ./godep/strip ./gpm ./cfg ./dependency ./importer ./msg ./repo ./mirrors
    21  
    22  deploy: off