mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: another js fix
This commit is contained in:
parent
f7a0fefe27
commit
ca239fcf98
@ -76,11 +76,11 @@ script:
|
||||
fi
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
# Build Vid
|
||||
git clone https://github.com/vlang/vid
|
||||
cd vid && ../v -debug -o vid .
|
||||
|
||||
# Build hi.js
|
||||
echo "println('Hello from V.js')" > hi.js
|
||||
./v -o hi.js hi.v && node hi.js
|
||||
|
||||
# Build Vid
|
||||
git clone https://github.com/vlang/vid
|
||||
cd vid && ../v -debug -o vid .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user