Skip to content
Snippets Groups Projects
Commit f33aa603 authored by Overpeek's avatar Overpeek
Browse files

docker test setup

parent 5651f632
No related branches found
No related tags found
No related merge requests found
/target /target
# Added by cargo
#
# already existing elements were commented out
#/target
# Added by cargo
#
# already existing elements were commented out
#/target
# nightly rust
FROM rustlang/rust:nightly
WORKDIR /app
RUN apt update
RUN apt upgrade -y
RUN apt install -y qemu qemu-system-x86
RUN rustup target add x86_64-unknown-none
RUN rustup component add rust-src
RUN rustup component add llvm-tools-preview
CMD ["cargo", "test"]
version: "3"
services:
test:
build: .
volumes:
- ./:/app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment