-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathazure-pipelines.yml
executable file
·44 lines (40 loc) · 1.27 KB
/
azure-pipelines.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
37
38
39
40
41
42
43
44
name: Build master - $(Build.BuildId)
trigger:
branches:
include:
- master
stages:
- stage: Build
jobs:
- job: Linux
pool:
vmImage: ubuntu-latest
variables:
CACHE_FOLDER: $(Pipeline.Workspace)/cache
ESY__CACHE_INSTALL_PATH: /home/vsts/.esy/3_____________________________________________________________________/i
steps:
- template: .ci/build-platform.yml
parameters:
installFolderPath: "/3______________________________________________________________/i"
- template: .ci/utils/prepare-cache.yml
- job: macOS
pool:
vmImage: macOS-latest
variables:
CACHE_FOLDER: $(Pipeline.Workspace)/cache
ESY__CACHE_INSTALL_PATH: /Users/vsts/.esy/3____________________________________________________________________/i
steps:
- template: .ci/build-platform.yml
- template: .ci/utils/prepare-cache.yml
parameters:
installFolderPath: "/3_______________________________________________/i"
# - job: Windows
# pool:
# vmImage: windows-latest
# variables:
# ESY__PREFIX: $(Pipeline.Workspace)\.esy
# steps:
# - template: .ci/build-platform.yml
# parameters:
# esyLockPath: $(Build.SourcesDirectory)\esy.lock\index.json
# installFolderPath: \3_