Skip to content

Commit

Permalink
Testing build module fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 14, 2017
1 parent ac8e2db commit ecacb27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ clone_script:
- cmd: git clone --depth=1 -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
- ps: (gc .\.gitmodules) -replace '[email protected]:','https://github.com/' | Out-File -encoding ASCII .gitmodules
- cmd: git submodule update --init --recursive


install:
- ps: Install-Product node 7 x64
- yarn install
- cd drawio/war
- cd draw.io/war
- yarn install
- cd ../..

before_build:
- ps: (gc .\.gitmodules) -replace '[email protected]:','https://github.com/' | Out-File -encoding ASCII .gitmodules
- cmd: git submodule update --init --recursive

build_script:
- yarn run sync
Expand Down

0 comments on commit ecacb27

Please sign in to comment.