1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

no prefixes

This commit is contained in:
Kyle Spearrin 2019-03-14 10:33:54 -04:00
parent 6796cb1561
commit e9ded1d004

View File

@ -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%