提交 83842ecd 编写于 作者: J Joao Moreno

build

上级 864173a4
...@@ -21,7 +21,7 @@ phases: ...@@ -21,7 +21,7 @@ phases:
npm run compile npm run compile
name: build name: build
- script: | - script: |
.\scripts\test.bat --build --reporter spec .\scripts\test.bat
# .\scripts\test-integration.bat # .\scripts\test-integration.bat
name: test name: test
...@@ -56,7 +56,7 @@ phases: ...@@ -56,7 +56,7 @@ phases:
npm run gulp -- vscode-linux-x64-min npm run gulp -- vscode-linux-x64-min
name: build name: build
- script: | - script: |
DISPLAY=:10 ./scripts/test.sh --build --reporter spec DISPLAY=:10 ./scripts/test.sh
name: test name: test
- phase: macOS - phase: macOS
...@@ -81,6 +81,6 @@ phases: ...@@ -81,6 +81,6 @@ phases:
npm run gulp -- vscode-darwin-min npm run gulp -- vscode-darwin-min
name: build name: build
- script: | - script: |
./scripts/test.sh --build --reporter spec ./scripts/test.sh
# ./scripts/test-integration.sh # ./scripts/test-integration.sh
name: test name: test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册