From 21de1ba47c4bbdaed690cb6579094465291a7475 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Thu, 26 May 2016 02:09:19 -0400 Subject: travis: initial --- .travis.yml | 9 +++++++++ Makefile | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml create mode 100644 Makefile diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e9daf2b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: c +sudo: false +before_install: + - git clone https://chromium.googlesource.com/external/gyp.git tools/gyp + - git clone git://github.com/libuv/libuv.git test/deps/libuv +branches: + only: + - master +script: make test diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..077d529 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +test: + ./gyp_uv_link test -Duv_dir=./test/deps/libuv + make -C out/ -j8 + ./out/Release/uv_link_t-test + +.PHONY: test -- cgit 1.4.1-2-gfad0 tr> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/examples/README
blob: ca5148533bc9eba90540d976a5320767a68c477f (plain) (blame)
1
2
3
4
5
6
7
8