File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
displayName: 'Install native deps'
23
23
- bash : |
24
24
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
26
26
pip3 install --upgrade --user cpp-coveralls
27
27
displayName: 'Install python deps'
28
28
- bash : |
@@ -34,11 +34,11 @@ jobs:
34
34
make -C mpy-cross -j2
35
35
displayName: 'Build mpy-cross'
36
36
- 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
40
40
displayName: 'Build unix'
41
- workingDirectory: 'tools '
41
+ workingDirectory: 'ports/unix '
42
42
- bash : |
43
43
MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1
44
44
displayName: 'Test all'
You can’t perform that action at this time.
0 commit comments