Skip to content

Commit a27e373

Browse files
author
Alban Mouton
committed
Revert "try using libxmljs built from source in appveyor"
This reverts commit 85bb0bb.
1 parent 85bb0bb commit a27e373

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

appveyor.yml

-10
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ install:
88
- ps: Install-Product node $env:nodejs_version
99
- node --version
1010
- npm --version
11-
- mkdir tmp
12-
- cd tmp
13-
- git clone https://github.com/albanm/libxmljs.git
14-
- cd libxmljs
15-
- git submodule init
16-
- git submodule update
17-
- npm install
18-
- npm link
19-
- cd ../../
20-
- npm link libxmljs-mt
2111

2212
build_script:
2313
- npm install

0 commit comments

Comments
 (0)