Quellcode durchsuchen

fixed CI error

* update appveyor yaml file

* update encyptfile for fix travisCI error
Axios vor 6 Jahren
Ursprung
Commit
dc8a60b54c
2 geänderte Dateien mit 12 neuen und 13 gelöschten Zeilen
  1. 12 13
      .appveyor.yml
  2. BIN
      integration/encyptfile

+ 12 - 13
appveyor.yml → .appveyor.yml

@@ -1,17 +1,22 @@
+
+    
 build: off
 
-shallow_clone: false
+clone_folder: c:\gopath\src\github.com\aliyun\alibaba-cloud-sdk-go
+
+environment:
+  GOPATH: c:\gopath
+  matrix:
+    - go: 1.10.x
+    - go: 1.11.x
+    - go: 1.12.x
 
 platform:
   - x64
 
-# Install GO
-
 install:
+  - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
   - go get -u github.com/golang/dep/cmd/dep
-  - SET PATH=C:\Users\appveyor\go\bin;%PATH%
-  - cp -rf C:\projects\alibaba-cloud-sdk-go C:\Users\appveyor\go\src
-  - cd C:\Users\appveyor\go\src\alibaba-cloud-sdk-go
   - dep ensure
 
 test_script:
@@ -23,10 +28,4 @@ test_script:
   - IF DEFINED ACCESS_KEY_ID (go test -v -timeout 120s ./integration/...)
 
 after_test:
-  - bash <(curl -s https://codecov.io/bash)
-
-environment:
-  matrix:
-    - go: 1.10.x
-    - go: 1.11.x
-    - go: 1.12.x
+  - bash <(curl -s https://codecov.io/bash)

BIN
integration/encyptfile