Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
e6df29cf
Unverified
Commit
e6df29cf
authored
Nov 11, 2019
by
chicm-ms
Committed by
GitHub
Nov 11, 2019
Browse files
Installation test pipeline (#1709)
* nni installation test pipeline
parent
8735fa58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
test/pipelines-it-installation.yml
test/pipelines-it-installation.yml
+45
-0
No files found.
test/pipelines-it-installation.yml
0 → 100644
View file @
e6df29cf
jobs
:
-
job
:
'
pip_install_ubuntu_python36'
pool
:
vmImage
:
'
ubuntu-18.04'
strategy
:
matrix
:
Python36
:
PYTHON_VERSION
:
'
3.6'
steps
:
-
script
:
|
python3 -V
python3 -m pip install --upgrade pip setuptools --user
python3 -m pip install --upgrade nni --user
displayName
:
'
Install
nni'
-
job
:
'
pip_install_macOS_python36'
pool
:
vmImage
:
'
macOS-10.13'
strategy
:
matrix
:
Python36
:
PYTHON_VERSION
:
'
3.6'
steps
:
-
script
:
|
python3 -V
python3 -m pip install --upgrade pip setuptools --user
python3 -m pip install --upgrade nni --user
displayName
:
'
Install
nni'
-
job
:
'
pip_install_windows_python36'
pool
:
vmImage
:
'
windows-latest'
strategy
:
matrix
:
Python36
:
PYTHON_VERSION
:
'
3.6'
steps
:
-
script
:
|
python -V
python -m pip install --upgrade pip setuptools --user
python -m pip install --upgrade nni --user
displayName
:
'
Install
nni'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment