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:
parent
86cc854c54
commit
67e008d15d
8 changed files with 30 additions and 50 deletions
7
script/bootstrap.sh
Executable file
7
script/bootstrap.sh
Executable 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
7
script/ci.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
make compiler_specs
|
||||
out/Default/compiler_specs
|
||||
|
||||
make runtime_specs
|
||||
out/Default/runtime_specs
|
||||
Loading…
Add table
Add a link
Reference in a new issue