Skip to content

Commit

Permalink
Merge pull request #13 from Norgerman/sxf-dev
Browse files Browse the repository at this point in the history
Sxf dev
  • Loading branch information
Norgerman authored Apr 15, 2017
2 parents 7b1ab5d + 72c9214 commit 1895678
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
- npm install

before_build:
- ps: build\checkEnv.ps1
- ps: build\createConf.ps1

build_script:
Expand Down
8 changes: 8 additions & 0 deletions build/checkEnv.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
If (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)
{
$env:XUNFEI_APP_ID=1
$env:XUNFEI_APP_KEY=2
$env:FACEPP_KEY=3
$env:FACEPP_SECRET=4
$env:YYY_KEY=5
}

0 comments on commit 1895678

Please sign in to comment.