Unverified Commit 4489388c authored by Yuting Jiang's avatar Yuting Jiang Committed by GitHub
Browse files

reverse the order of cppbuild and lint (#84)

parent e7f6d8ba
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment