mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Meta: Build Lagom js and run LibJS tests on Travis
This commit is contained in:
parent
9722cac9fe
commit
660fd04063
2 changed files with 15 additions and 4 deletions
8
Meta/Lagom/build-js.sh
Executable file
8
Meta/Lagom/build-js.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||
cd "$script_path" || exit 1
|
||||
mkdir -p build
|
||||
cd build || exit 1
|
||||
cmake ..
|
||||
make js
|
Loading…
Add table
Add a link
Reference in a new issue