- Add gyp submodule - Add script to generate makefile with gyp - Switch travis build to do this
7 lines
159 B
Bash
Executable file
7 lines
159 B
Bash
Executable file
#!/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
|