瀏覽代碼

Test build only with the latest 3 versions of Go and vips

DarthSim 6 年之前
父節點
當前提交
f3c7f77b97
共有 2 個文件被更改,包括 3 次插入67 次删除
  1. 0 66
      .circleci/config.yml
  2. 3 1
      docs/installation.md

+ 0 - 66
.circleci/config.yml

@@ -28,18 +28,6 @@ workflows:
             - checkout_code
             - checkout_code
           go_version: "1.12"
           go_version: "1.12"
           vips_version: "8.5"
           vips_version: "8.5"
-      - build:
-          name: go1.12_vips8.4
-          requires:
-            - checkout_code
-          go_version: "1.12"
-          vips_version: "8.4"
-      - build:
-          name: go1.12_vips8.3
-          requires:
-            - checkout_code
-          go_version: "1.12"
-          vips_version: "8.3"
       - build:
       - build:
           name: go1.11_vips8.7
           name: go1.11_vips8.7
           requires:
           requires:
@@ -58,18 +46,6 @@ workflows:
             - checkout_code
             - checkout_code
           go_version: "1.11"
           go_version: "1.11"
           vips_version: "8.5"
           vips_version: "8.5"
-      - build:
-          name: go1.11_vips8.4
-          requires:
-            - checkout_code
-          go_version: "1.11"
-          vips_version: "8.4"
-      - build:
-          name: go1.11_vips8.3
-          requires:
-            - checkout_code
-          go_version: "1.11"
-          vips_version: "8.3"
       - build:
       - build:
           name: go1.10_vips8.7
           name: go1.10_vips8.7
           requires:
           requires:
@@ -88,48 +64,6 @@ workflows:
             - checkout_code
             - checkout_code
           go_version: "1.10"
           go_version: "1.10"
           vips_version: "8.5"
           vips_version: "8.5"
-      - build:
-          name: go1.10_vips8.4
-          requires:
-            - checkout_code
-          go_version: "1.10"
-          vips_version: "8.4"
-      - build:
-          name: go1.10_vips8.3
-          requires:
-            - checkout_code
-          go_version: "1.10"
-          vips_version: "8.3"
-      - build:
-          name: go1.10_vips8.7
-          requires:
-            - checkout_code
-          go_version: "1.9"
-          vips_version: "8.7"
-      - build:
-          name: go1.9_vips8.6
-          requires:
-            - checkout_code
-          go_version: "1.9"
-          vips_version: "8.6"
-      - build:
-          name: go1.9_vips8.5
-          requires:
-            - checkout_code
-          go_version: "1.9"
-          vips_version: "8.5"
-      - build:
-          name: go1.9_vips8.4
-          requires:
-            - checkout_code
-          go_version: "1.9"
-          vips_version: "8.4"
-      - build:
-          name: go1.9_vips8.3
-          requires:
-            - checkout_code
-          go_version: "1.9"
-          vips_version: "8.3"
 
 
 jobs:
 jobs:
   checkout_code:
   checkout_code:

+ 3 - 1
docs/installation.md

@@ -46,7 +46,7 @@ $ git push heroku master
   # It's recommended to use PPA with an up to date version.
   # It's recommended to use PPA with an up to date version.
   $ sudo add-apt-repository ppa:dhor/myway
   $ sudo add-apt-repository ppa:dhor/myway
   $ sudo apt-get install libvips-dev
   $ sudo apt-get install libvips-dev
-  
+
   # FreeBSD
   # FreeBSD
   pkg install -y pkgconf vips
   pkg install -y pkgconf vips
   ```
   ```
@@ -56,3 +56,5 @@ $ git push heroku master
   ```bash
   ```bash
   $ go get -f -u github.com/DarthSim/imgproxy
   $ go get -f -u github.com/DarthSim/imgproxy
   ```
   ```
+
+**Note:** imgproxy build is automatically tested with the latest three minor versions of Go and libvips. Successfully build with the older versions is not guaranteed but yet may be possible.