I plan to expand this following guidance from 
https://github.com/cloudius-systems/osv/issues/1044 and 
https://github.com/cloudius-systems/osv/wiki/Automated-Testing-Framework, 
but I am not sure which direction to take this initially.

On Tuesday, December 3, 2019 at 1:19:17 AM UTC-6, Mason Davis wrote:
>
> Signed-off-by: Mason Davis <mason...@utexas.edu <javascript:>> 
> --- 
>  .travis.yml | 9 +++++++++ 
>  1 file changed, 9 insertions(+) 
>  create mode 100644 .travis.yml 
>
> diff --git a/.travis.yml b/.travis.yml 
> new file mode 100644 
> index 00000000..d38a69f3 
> --- /dev/null 
> +++ b/.travis.yml 
> @@ -0,0 +1,9 @@ 
> +sudo: required 
> +language: c 
> +services: 
> +  - docker 
> +before_install: 
> +  - docker build -t osv/builder -f docker/Dockerfile.Ubuntu . 
> +  - docker run -it --privileged -d --name build osv/builder 
> +script: 
> +  - docker exec build echo Running Tests 
> -- 
> 2.24.0 
>
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/82fbdf23-53ed-41b4-af0b-7fc5a90e8ef5%40googlegroups.com.

Reply via email to