mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-08 11:39:39 +00:00
Enable the Travis CI testing for all combinations of variables that can be set at compile-time. I.e. RELEASE={0|1} and PLATFORM={0|1} Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
9 lines
146 B
Docker
9 lines
146 B
Docker
# Build container based on Clearlinux
|
|
FROM clearlinux:base
|
|
|
|
RUN swupd bundle-add os-core-dev dev-utils-dev
|
|
|
|
WORKDIR /root/acrn
|
|
|
|
CMD ["/bin/bash"]
|