7 lines
181 B
Bash
Executable file
7 lines
181 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git submodule update --init --recursive
|
|
externals/gyp/gyp project.gyp --depth . --format=make $@
|
|
externals/gyp/gyp tests.gyp --depth . --format=make $@
|