1
Fork 0
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:
Linus Groh 2020-04-20 20:18:42 +01:00 committed by Andreas Kling
parent 9722cac9fe
commit 660fd04063
2 changed files with 15 additions and 4 deletions

8
Meta/Lagom/build-js.sh Executable file
View 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