From 12d5685dab6d989b018d8e7a0099e9216e25cfa0 Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Wed, 7 Jun 2017 13:26:55 +0200 Subject: [PATCH 1/6] [skip travis] appveyor: 1st try with 'ci-scripts' scripts ;-) --- appveyor.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 8eca590..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -environment: - matrix: - - nodejs_version: 0.10 - - nodejs_version: 0.12 - - nodejs_version: 4 - - nodejs_version: 5 - - nodejs_version: 6 - -platform: - - x64 - - x86 - -install: - - npm install - - npm test - -build: OFF -test: OFF -deploy: OFF From f23f068a96b08963daac13724836bcb8ad334b6e Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Wed, 14 Jun 2017 14:21:26 +0200 Subject: [PATCH 2/6] add appveyor.yml from ci-scripts --- appveyor.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..5114371 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,42 @@ +# This variable requests the highest version of +# Visual Studio to be installed. Previous versions +# will also be available and work. So, choosing 2015 here makes +# available both `msvs_toolset: 12` (from Visual Studio 2013) +# and `msvs_toolset: 14` (from Visual Studio 2015) +# Note/TODO: it is not yet confirmed that earlier versions work with the the `Visual Studio 2017` os image. +os: Visual Studio 2015 + +environment: + matrix: + - nodejs_version: 0.10 + msvs_toolset: 14 + platform: x64 + - nodejs_version: 0.10 + msvs_toolset: 14 + platform: x86 + - nodejs_version: 4 + msvs_toolset: 14 + platform: x64 + - nodejs_version: 4 + msvs_toolset: 14 + platform: x86 + - nodejs_version: 6 + msvs_toolset: 14 + platform: x64 + - nodejs_version: 6 + msvs_toolset: 14 + platform: x86 + - nodejs_version: 8 + msvs_toolset: 14 + platform: x64 + - nodejs_version: 8 + msvs_toolset: 14 + platform: x86 + +install: + - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-js.bat' -FileName ci.bat + - CALL ci.bat + +build: OFF +test: OFF +deploy: OFF From a6c483d298fea833ff81aaf8ebb795de713346a1 Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Wed, 14 Jun 2017 14:28:06 +0200 Subject: [PATCH 3/6] appveyor.yml: adjust build matrix --- appveyor.yml | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5114371..eff50e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,35 +6,32 @@ # Note/TODO: it is not yet confirmed that earlier versions work with the the `Visual Studio 2017` os image. os: Visual Studio 2015 +platform: + - x64 + - x86 + + environment: matrix: - nodejs_version: 0.10 - msvs_toolset: 14 - platform: x64 - - nodejs_version: 0.10 - msvs_toolset: 14 - platform: x86 - - nodejs_version: 4 - msvs_toolset: 14 - platform: x64 + msvs_toolset: 12 - nodejs_version: 4 - msvs_toolset: 14 - platform: x86 + msvs_toolset: 12 - nodejs_version: 6 + msvs_toolset: 12 + - nodejs_version: 8 + msvs_toolset: 12 +#Visual Studio 2015 + - nodejs_version: 4 msvs_toolset: 14 - platform: x64 - nodejs_version: 6 msvs_toolset: 14 - platform: x86 - - nodejs_version: 8 - msvs_toolset: 14 - platform: x64 - nodejs_version: 8 msvs_toolset: 14 - platform: x86 install: - - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-js.bat' -FileName ci.bat +#todo link to versioned build script + - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/master/node/ci-js.txt' -FileName ci.bat - CALL ci.bat build: OFF From dc62445c7edccd60e896c262f4da8744a58b9283 Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Wed, 14 Jun 2017 14:31:36 +0200 Subject: [PATCH 4/6] hm, appveyor build matrix not working? --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index eff50e8..52577d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,6 @@ environment: msvs_toolset: 12 - nodejs_version: 8 msvs_toolset: 12 -#Visual Studio 2015 - nodejs_version: 4 msvs_toolset: 14 - nodejs_version: 6 From 3d4b17209599d255a9aa207cf1b8376bdebf934a Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Mon, 19 Jun 2017 11:47:54 +0200 Subject: [PATCH 5/6] appveyor: link to ci-scripts@1.1.0 --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 52577d4..1b54854 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,8 +29,7 @@ environment: msvs_toolset: 14 install: -#todo link to versioned build script - - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/master/node/ci-js.txt' -FileName ci.bat + - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.1.0/node/ci-js.txt' -FileName ci.bat - CALL ci.bat build: OFF From 88360c575e791aa42c29b82f0a8dacf69c9411a3 Mon Sep 17 00:00:00 2001 From: BergWerkGIS Date: Mon, 19 Jun 2017 11:51:21 +0200 Subject: [PATCH 6/6] appveyor: link to ci-scripts@1.1.0 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1b54854..8aaa2b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ environment: msvs_toolset: 14 install: - - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.1.0/node/ci-js.txt' -FileName ci.bat + - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.1.0/node/ci-js.bat' -FileName ci.bat - CALL ci.bat build: OFF