ci: switch build to GitHub Actions

This commit is contained in:
Andrew Gallant
2020-02-18 18:15:30 -05:00
parent f314b0d55f
commit da3431b478
15 changed files with 283 additions and 100 deletions

View File

@@ -1,5 +1,4 @@
FROM rustembedded/cross:x86_64-unknown-linux-musl
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils
COPY stage/ubuntu-install-packages /
RUN /ubuntu-install-packages