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
tsoc
superbenchmark
Commits
4489388c
Unverified
Commit
4489388c
authored
May 26, 2021
by
Yuting Jiang
Committed by
GitHub
May 26, 2021
Browse files
reverse the order of cppbuild and lint (#84)
parent
e7f6d8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.azure-pipelines/cuda-unit-test.yml
.azure-pipelines/cuda-unit-test.yml
+3
-3
No files found.
.azure-pipelines/cuda-unit-test.yml
View file @
4489388c
...
@@ -19,12 +19,12 @@ steps:
...
@@ -19,12 +19,12 @@ steps:
python3 -m pip install .[test,torch]
python3 -m pip install .[test,torch]
make postinstall
make postinstall
displayName
:
Install dependencies
displayName
:
Install dependencies
-
script
:
|
SB_MICRO_PATH=$PWD make cppbuild
displayName
:
Build benchmarks
-
script
:
|
-
script
:
|
python3 setup.py lint
python3 setup.py lint
displayName
:
Run code lint
displayName
:
Run code lint
-
script
:
|
SB_MICRO_PATH=$PWD make cppbuild
displayName
:
Build benchmarks
-
script
:
|
-
script
:
|
SB_MICRO_PATH=$PWD python3 setup.py test
SB_MICRO_PATH=$PWD python3 setup.py test
displayName
:
Run unit tests
displayName
:
Run unit 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