Skip to content

Commit ecc7236

Browse files
committed
Fix python deps and unix build directory.
1 parent 9758174 commit ecc7236

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
displayName: 'Install native deps'
2323
- bash: |
2424
sudo apt-get install -y python3-pip python3-setuptools
25-
pip3 install --user sh click Sphinx sphinx-rtd-theme recommonmark polib
25+
pip3 install --user sh click Sphinx sphinx-rtd-theme recommonmark polib wheel
2626
pip3 install --upgrade --user cpp-coveralls
2727
displayName: 'Install python deps'
2828
- bash: |
@@ -34,11 +34,11 @@ jobs:
3434
make -C mpy-cross -j2
3535
displayName: 'Build mpy-cross'
3636
- bash: |
37-
make -C ports/unix deplibs -j2
38-
make -C ports/unix -j2
39-
make -C ports/unix coverage -j2
37+
make -j2 deplibs
38+
make -j2
39+
make -j2 coverage
4040
displayName: 'Build unix'
41-
workingDirectory: 'tools'
41+
workingDirectory: 'ports/unix'
4242
- bash: |
4343
MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1
4444
displayName: 'Test all'

0 commit comments

Comments
 (0)