-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac8e2db
commit ecacb27
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|