removed tests and changed minimum version
This commit is contained in:
parent
2aa1f346c4
commit
6c2baffdcf
@ -1,43 +0,0 @@
|
|||||||
trigger:
|
|
||||||
branches:
|
|
||||||
include:
|
|
||||||
- master
|
|
||||||
tags:
|
|
||||||
include:
|
|
||||||
- v*
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
linux:
|
|
||||||
imageName: 'ubuntu-latest'
|
|
||||||
mac:
|
|
||||||
imageName: 'macos-latest'
|
|
||||||
windows:
|
|
||||||
imageName: 'windows-latest'
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: $(imageName)
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- task: NodeTool@0
|
|
||||||
inputs:
|
|
||||||
versionSpec: '10.x'
|
|
||||||
displayName: 'Install Node.js'
|
|
||||||
|
|
||||||
- bash: |
|
|
||||||
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
|
||||||
echo ">>> Started xvfb"
|
|
||||||
displayName: Start xvfb
|
|
||||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
|
|
||||||
|
|
||||||
- bash: |
|
|
||||||
echo ">>> Compile vscode-test"
|
|
||||||
yarn && yarn compile
|
|
||||||
echo ">>> Compiled vscode-test"
|
|
||||||
cd sample
|
|
||||||
echo ">>> Run sample integration test"
|
|
||||||
yarn && yarn compile && yarn test
|
|
||||||
displayName: Run Tests
|
|
||||||
env:
|
|
||||||
DISPLAY: ':99.0'
|
|
@ -3,9 +3,9 @@
|
|||||||
"displayName": "Strawberry",
|
"displayName": "Strawberry",
|
||||||
"description": "A Theme with a focus on intensive strawberry red",
|
"description": "A Theme with a focus on intensive strawberry red",
|
||||||
"publisher": "Surferlul",
|
"publisher": "Surferlul",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.36.0"
|
"vscode": "^1.0.0"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Lukas Alexander Baumann",
|
"name": "Lukas Alexander Baumann",
|
||||||
|
Loading…
Reference in New Issue
Block a user