diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-29 12:36:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-29 13:35:59 -0700 |
| commit | 80da509100f4229f17d9b955c5856bc673030fc1 (patch) | |
| tree | 59b676c00b2fb7ae83b2a9af9439ba3e2478285e | |
| parent | 8fe9791986687555af4c2424e540b635105215ba (diff) | |
Add travis config file
| -rw-r--r-- | .travis.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..934bff43 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: c +dist: trusty +sudo: false +git: + submodules: false +addons: + apt: + packages: + - 9base + - pax +install: +- git clone --depth=1 https://github.com/michaelforney/oasis-toolchain /tmp/toolchain +- PATH=$PATH:/usr/lib/plan9/bin:/tmp/toolchain/bin +script: +- git submodule update --init pkg/samurai/src +- make -C pkg/samurai/src +- rc ./setup.rc +- ./pkg/samurai/src/samu commit |
