diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-26 20:46:27 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-26 20:46:27 -0500 |
| commit | aac76c84d5c2c9f68c16ed1a7dfeb98d200e3a30 (patch) | |
| tree | 634275773e69a1a49aaa12207593f3d8336489a6 /.travis.yml | |
| parent | 0a3939a5ac30a0707ef33e971c4881b34b463c43 (diff) | |
| download | netcosm-aac76c84d5c2c9f68c16ed1a7dfeb98d200e3a30.zip netcosm-aac76c84d5c2c9f68c16ed1a7dfeb98d200e3a30.tar.gz netcosm-aac76c84d5c2c9f68c16ed1a7dfeb98d200e3a30.tar.bz2 netcosm-aac76c84d5c2c9f68c16ed1a7dfeb98d200e3a30.tar.xz | |
add some very basic command-line parsing
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 78e60bc..17f814f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,12 @@ language: c compiler: - gcc -before_install: +install: - sudo apt-get update - sudo apt-get install -y libbsd-dev libev-dev - uname -a -install: - - make --debug - - ./build/unix.bin & +script: + - make -j2 + - sudo make install +deploy: + - sudo netcosm 23 |