mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
no prefixes
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -14,7 +14,7 @@ init:
|
|||||||
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
|
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: npm install -g gulp
|
- npm install -g gulp
|
||||||
- ps: choco install cloc --no-progress
|
- ps: choco install cloc --no-progress
|
||||||
- ps: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
|
- ps: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
|
||||||
|
|
||||||
@@ -23,11 +23,11 @@ before_build:
|
|||||||
- npm --version
|
- npm --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: npm install
|
- npm install
|
||||||
# Do normal build
|
# Do normal build
|
||||||
- cmd: npm run dist
|
- npm run dist
|
||||||
- cmd: npm run test
|
- npm run test
|
||||||
- cmd: gulp ci
|
- gulp ci
|
||||||
# Build sources for reviewers
|
# Build sources for reviewers
|
||||||
- cmd: |
|
- cmd: |
|
||||||
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
|
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
|
||||||
|
|||||||
Reference in New Issue
Block a user