FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-lambda-builders/.appveyor.yml at develop · NSCoder/aws-lambda-builders · GitHub
NSCoder
/
aws-lambda-builders
Public
forked from
aws/aws-lambda-builders
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-lambda-builders
/
.appveyor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (37 loc) · 1.1 KB
Breadcrumbs
aws-lambda-builders
/
.appveyor.yml
Copy path
File metadata and controls
48 lines (37 loc) · 1.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
45
46
47
48
version
:
1.0.{build}
image
:
Visual Studio 2017
environment
:
GOPATH
:
c:\gopath
GOVERSION
:
1.11
GRADLE_OPTS
:
-Dorg.gradle.daemon=false
matrix
:
-
PYTHON
:
"
C:
\\
Python27-x64
"
-
PYTHON
:
"
C:
\\
Python36-x64
"
-
PYTHON
:
"
C:
\\
Python37-x64
"
build
:
off
install
:
#
To run Nodejs workflow integ tests
-
ps
:
Install-Product node 8.10
-
"
set PATH=%PYTHON%;%PYTHON%
\\
Scripts;%PYTHON%
\\
bin;%PATH%
"
-
"
%PYTHON%
\\
python.exe -m pip install -r requirements/dev.txt
"
-
"
%PYTHON%
\\
python.exe -m pip install -e .
"
-
"
set PATH=C:
\\
Ruby25-x64
\\
bin;%PATH%
"
-
"
gem --version
"
-
"
gem install bundler -v 1.17.3
"
-
"
bundler --version
"
-
"
echo %PATH%
"
#
setup go
-
rmdir c:\go /s /q
-
"
choco install golang
"
-
"
choco install bzr
"
-
"
choco install dep
"
-
setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
-
"
go version
"
-
"
go env
"
#
setup Gradle
-
"
choco install gradle
"
#
Echo final Path
-
"
echo %PATH%
"
test_script
:
-
"
%PYTHON%
\\
python.exe -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional
"
-
"
%PYTHON%
\\
python.exe -m pytest tests/integration
"
Back
|
FazBrowse Home
|
New Git URL