File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 python-version : 3.5
2323 - name : Install deps
2424 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
2627 pip install requests sh click setuptools cpp-coveralls Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
2728 - name : Versions
2829 run : |
6667 run : python3 -u ci_new_boards_check.py
6768 working-directory : tools
6869
70+ - name : Build mpy-cross.static-raspbian
71+ run : make -C mpy-cross -j2 -f Makefile.static-raspbian
72+ - uses : actions/upload-artifact@v1.0.0
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+ - uses : actions/upload-artifact@v1.0.0
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+ - uses : actions/upload-artifact@v1.0.0
87+ with :
88+ name : mpy-cross.static-x64-windows
89+ path : mpy-cross/mpy-cross.static.exe
90+
6991 build-arm :
7092 runs-on : ubuntu-16.04
7193 needs : test
You can’t perform that action at this time.
0 commit comments