Build Test Windows

This commit is contained in:
JannisX11 2019-01-02 14:15:43 +01:00 committed by GitHub
parent 234349b696
commit b497960a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View File

@ -5,8 +5,15 @@ language: c
matrix:
include:
- os: osx
- os: linux
- name: "macOS"
os: osx
- name: "Windows 64"
os: windows
- name: "Windows 32"
os: windows
script: npm run dist32
- name: "Linux"
os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang

View File

@ -63,7 +63,8 @@
},
"scripts": {
"pack": "build --dir",
"dist": "build --publish=always"
"dist": "build --publish=always",
"dist32": "build --ia32 --publish=always"
},
"devDependencies": {
"async": "^2.4.1",