forked from jfrog/jfrog-azure-devops-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
36 lines (31 loc) · 917 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
build: off
stack: node 8, python 3.8.2
skip_tags: true
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ADO_ARTIFACTORY_SKIP_TESTS: docker
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
nodejs_version: "8"
ADO_ARTIFACTORY_URL:
secure: RIh0gGFDn2JAnLUEEqLsQnZ5H3XFWg1s+Qq8Z4i+Xu+FtQf6Tsu2AnfY4/6AaXJ8
ADO_ARTIFACTORY_USERNAME:
secure: YEB5Wiv9a2vNpUhy+MfL+A==
ADO_ARTIFACTORY_PASSWORD:
secure: Um8o75MQIieSavIemF4ySA==
ADO_ARTIFACTORY_DOCKER_DOMAIN:
secure: ppjr6mrLIKXVptLX8WPOlffTwOLtRIoaIpsVEvmje/9mDtLojTqpwI9OIC5VZnx1
ADO_ARTIFACTORY_DOCKER_REPO:
secure: UjixvF6E1Bp1p8zgPRLCVA==
install:
- npm i -gq jfrog-cli-go
- sh: sudo pip install conan -q
- cmd: pip install conan -q
- cmd: nuget update -self
services:
- docker
test_script:
- node --version
- npm --version
- npm t
- npm run create # Make sure that that the extension can be created