diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-04 01:27:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-04 20:34:24 -0700 |
| commit | 7dd139261af4b5255e7ff1a65ebe2cec0e9fff94 (patch) | |
| tree | 2b102da69c06d7f028e78a7f2951213df94161f4 | |
| parent | 68dfe8889bf05b84f82cd1b9c4e6cd1a48d2001b (diff) | |
travis: Build all packages
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 934bff43..8b7f0c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ addons: apt: packages: - 9base + - libwayland-dev + - nasm - pax install: - git clone --depth=1 https://github.com/michaelforney/oasis-toolchain /tmp/toolchain @@ -14,5 +16,10 @@ install: script: - git submodule update --init pkg/samurai/src - make -C pkg/samurai/src +- echo 'fn fs { true }; config_tls=libressl; config_video_drivers=(intel nouveau)' > config.rc - rc ./setup.rc +- ./pkg/samurai/src/samu out/pkg/openbsd/pax out/pkg/mc/bin/6m out/pkg/mc/bin/muse out/pkg/file/file +- mkdir /tmp/bin +- cp out/pkg/openbsd/pax out/pkg/mc/bin/6m out/pkg/mc/bin/muse out/pkg/file/file /tmp/bin +- PATH=/tmp/bin:$PATH - ./pkg/samurai/src/samu commit |
