[PATCH] Added base travis to test build

7 views
Skip to first unread message

Mason Davis

unread,
Dec 3, 2019, 2:19:17 AM12/3/19
to osv...@googlegroups.com, Mason Davis
Signed-off-by: Mason Davis <mason...@utexas.edu>
---
.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

Mason Davis

unread,
Dec 3, 2019, 2:20:45 AM12/3/19
to OSv Development
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.

Nadav Har'El

unread,
Dec 3, 2019, 4:06:13 AM12/3/19
to Mason Davis, Osv Dev
Please add a longer commit message explaining what this change does, and why, and what do you hope will happen or will work after this patch (is https://travis-ci.org/cloudius-systems/osv supposed to be able to run?), and perhaps what still remains to be done.
You should use the phrase "Refs #1044" in the commit message - this will cause github to automatically add a message in issue #1044 saying that a commit was added related to this issue. Or, if you use the phrase "Fixes #1044", github will automatically close that issue as having been fixed by this commit (I don't know if you in fact want to close this issue, though).

--
Nadav Har'El
n...@scylladb.com


--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/20191203071908.501010-1-mason.davis%40utexas.edu.
Reply all
Reply to author
Forward
0 new messages