Generate makefile with gyp

- Add gyp submodule
- Add script to generate makefile with gyp
- Switch travis build to do this
This commit is contained in:
Max Brunsfeld 2014-03-03 13:20:44 -08:00
parent 86cc854c54
commit 67e008d15d
8 changed files with 30 additions and 50 deletions

7
script/bootstrap.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
git submodule update --init
externals/gyp/gyp tree_sitter.gyp --depth .
externals/gyp/gyp tree_sitter.gyp --depth . --format=make

7
script/ci.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
make compiler_specs
out/Default/compiler_specs
make runtime_specs
out/Default/runtime_specs