And the 1st successful Travis build of OSv is here - 
https://travis-ci.org/cloudius-systems/osv/builds/621447399?utm_source=github_status&utm_medium=notification
.

Great job, Mason!

On Friday, December 6, 2019 at 12:05:35 AM UTC-5, Bot Droid wrote:
>
> From: Mason Davis <mason...@utexas.edu <javascript:>> 
> Committer: Waldemar Kozaczuk <jwkoz...@gmail.com <javascript:>> 
> Branch: master 
>
> Add bare .travis.yml for testing build 
>
> After this patch, subsequent commits to the osv GitHub Repo should 
> trigger a build at https://travis-ci.org/cloudius-systems/osv. 
>
> At the moment, the build consists of building the Ubuntu Docker image 
> and building osv. This can easily be expanded upon by adding new entries 
> to the .travis.yml. Addtionally, this could also be changed to not use 
> the Docker image, if desired. 
>
> Future expansion of this functionality is detailed here: 
> https://github.com/cloudius-systems/osv/wiki/Automated-Testing-Framework 
>
> The goal would be to build and test various apps, to ensure the change 
> doesn't make any major regressions. 
>
> Refs #1044 
>
> Signed-off-by: Mason Davis <mason...@utexas.edu <javascript:>> 
> Message-Id: <20191203190247.507858-1-mason.da...@utexas.edu <javascript:>> 
>
>
> --- 
> diff --git a/.travis.yml b/.travis.yml 
> --- a/.travis.yml 
> +++ b/.travis.yml 
> @@ -0,0 +1,9 @@ 
> +sudo: required 
> +language: c 
> +services: 
> +  - docker 
> +before_install: 
> +  - cd docker && docker build -t osv/builder -f ./Dockerfile.Ubuntu . 
> +  - docker run -it --privileged -d --name build osv/builder 
> +script: 
> +  - docker exec build ./scripts/build 
>

-- 
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/1c8b4ead-0813-44a3-8aa2-2c6025e11f34%40googlegroups.com.

Reply via email to