File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 22
22
python-version : 3.5
23
23
- name : Install deps
24
24
run : |
25
- sudo apt-get install -y gettext librsvg2-bin
25
+ sudo apt-get install -y eatmydata
26
+ sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64
26
27
pip install requests sh click setuptools cpp-coveralls Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
27
28
- name : Versions
28
29
run : |
66
67
run : python3 -u ci_new_boards_check.py
67
68
working-directory : tools
68
69
70
+ - name : Build mpy-cross.static-raspbian
71
+ run : make -C mpy-cross -j2 -f Makefile.static-raspbian
72
+
73
+ with :
74
+ name : mpy-cross.static-raspbian
75
+ path : mpy-cross/mpy-cross.static-raspbian
76
+
77
+ - name : Build mpy-cross.static
78
+ run : make -C mpy-cross -j2 -f Makefile.static
79
+
80
+ with :
81
+ name : mpy-cross.static-amd64-linux
82
+ path : mpy-cross/mpy-cross.static
83
+
84
+ - name : Build mpy-cross.static-mingw
85
+ run : make -C mpy-cross -j2 -f Makefile.static-mingw
86
+
87
+ with :
88
+ name : mpy-cross.static-x64-windows
89
+ path : mpy-cross/mpy-cross.static.exe
90
+
69
91
build-arm :
70
92
runs-on : ubuntu-16.04
71
93
needs : test
You can’t perform that action at this time.
0 commit comments