Skip to content

Commit fc46acc

Browse files
committed
improve on appveyor building
1 parent 2890dfb commit fc46acc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ It provides a simple yet powerful javascript api to construct 3D geometry models
77

88
This project comes with a set of V8 wrappers around OpenCascade API and a sample web application.
99

10-
[![Build Status](https://travis-ci.org/erossignon/node-occ.png?branch=master)](https://travis-ci.org/erossignon/node-occ)
11-
[![Build status](https://ci.appveyor.com/api/projects/status/s5eaux89v2c0wmu4?svg=true)](https://ci.appveyor.com/project/erossignon/node-occ)
10+
[![Build Status](https://travis-ci.org/OpenWebCAD/node-occ.png?branch=master)](https://travis-ci.org/OpenWebCAD/node-occ)
11+
[![Build status](https://ci.appveyor.com/api/projects/status/s5eaux89v2c0wmu4?svg=true)](https://ci.appveyor.com/project/erossignon/node-occ-6ktv4)
1212

1313

1414
### quick example

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ install:
9090
true;
9191
9292
93-
- cmd: npm install mocha node-pre-gyp-github -g
94-
# - cmd: build_oce.bat %PLATFORM%
93+
# - cmd: npm install mocha node-pre-gyp-github -g
94+
- cmd: setup.bat %PLATFORM%
9595
- cmd: build.bat %PLATFORM%
9696

9797

0 commit comments

Comments
 (0)