Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit b69dd6e

Browse files
committed
[travis] Enable js tests in QEMU
1 parent be108b2 commit b69dd6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: cpp
22
compiler: gcc
3+
sudo: false
4+
5+
addons:
6+
apt:
7+
packages:
8+
- qemu
39

410
before_script:
511
- cd tools
@@ -10,4 +16,4 @@ before_script:
1016
- cd ..
1117
- export PATH=$PWD/tools/x86_64-elf-4.9.1-Linux-x86_64/bin:$PWD/tools/fasm:$PATH
1218

13-
script: scons
19+
script: scons && (cd js && npm install && npm run test-build)

0 commit comments

Comments
 (0)