Update Travis CI files to account for new build dependencies

* Add Fedora 28 and Ubuntu 18.04 Dockerfile
* Add new build dependencies (for the ACRN tools)
* Change default Fedora version to 28

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem
2018-05-28 22:27:43 +02:00
committed by lijinxia
parent f4122d99c5
commit c396c5361c
19 changed files with 52 additions and 198 deletions

View File

@@ -0,0 +1,11 @@
# Build container based on Clearlinux
FROM clearlinux:base
RUN swupd bundle-add os-clr-on-clr
RUN mkdir -p /usr/local/bin
RUN git config --global http.sslVerify false
WORKDIR /root/acrn
CMD ["/bin/bash"]