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
32864b0d
Commit
32864b0d
authored
Oct 15, 2018
by
Gems Guo
Committed by
goooxu
Oct 15, 2018
Browse files
Setup Azure Pipeline CI
parent
69975c04
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
Makefile
Makefile
+1
-1
azure-pipeline.yml
azure-pipeline.yml
+19
-0
No files found.
Makefile
View file @
32864b0d
...
...
@@ -56,7 +56,7 @@ endif
ifdef
_MISS_DEPS
$(info
$(_INFO)
Missing
dependencies,
use
local
toolchain
$(_END))
NODE
:=
$(NODE_PATH)
/bin/node
YARN
:=
PATH
=
$
${PATH}
:
$
(NODE_PATH)
/bin
$(YARN_PATH)
/bin/yarn
YARN
:=
PATH
=
$(NODE_PATH)
/bin
:
$
${PATH}
$(YARN_PATH)
/bin/yarn
else
$(info
$(_INFO)
All
dependencies
found,
use
global
toolchain
$(_END))
NODE
:=
node
...
...
azure-pipeline.yml
0 → 100644
View file @
32864b0d
jobs
:
-
job
:
Build
pool
:
vmImage
:
ubuntu-16.04
strategy
:
matrix
:
Python36
:
PYTHON_VERSION
:
'
3.6'
steps
:
-
script
:
python3 -m pip install --upgrade pip setuptools
displayName
:
'
Install
python
tools'
-
script
:
|
make easy-install
export PATH=$HOME/.nni/bin:$PATH
displayName
:
'
Install
dependencies'
-
script
:
|
cd test/naive
python3 run.py
displayName
:
'
Run
tests'
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