[Pkg-javascript-commits] [uglifyjs] 08/49: Build with AppVeyor on windows

Jonas Smedegaard dr at jones.dk
Fri Dec 9 11:43:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository uglifyjs.

commit e8b23c779816442a1d4e06453f06ab5a187ac98e
Author: Richard van Velzen <rvanvelzen1 at gmail.com>
Date:   Sun Jul 17 18:17:33 2016 +0200

    Build with AppVeyor on windows
---
 appveyor.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..4d8c2e2
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,24 @@
+environment:
+  matrix:
+  - nodejs_version: "0.10"
+  - nodejs_version: "0.12"
+  - nodejs_version: "4.0"
+  - nodejs_version: "6.0"
+
+matrix:
+  fast_finish: true
+
+platform:
+  - x86
+  - x64
+
+install:
+  - ps: Install-Product node $env:nodejs_version $env:platform
+  - npm install
+
+test_script:
+  - node --version
+  - npm --version
+  - npm test
+
+build: off

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list