CI: bring back vid test
parent
db44004d51
commit
69b498d85d
|
@ -19,10 +19,10 @@ jobs:
|
|||
run: ./v test v
|
||||
- name: Test v->js
|
||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
# - name: Test vid
|
||||
# run: |
|
||||
# git clone --depth 1 https://github.com/vlang/vid.git
|
||||
# cd vid && ../v -debug -o vid .
|
||||
- name: Test vid
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/vid.git
|
||||
cd vid && ../v -debug -o vid .
|
||||
|
||||
build-ubuntu:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
10
.travis.yml
10
.travis.yml
|
@ -82,8 +82,8 @@ script:
|
|||
node hi.js
|
||||
fi
|
||||
- |
|
||||
# if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
# # Build Vid
|
||||
# git clone https://github.com/vlang/vid
|
||||
# cd vid && ../v -debug -o vid .
|
||||
# fi
|
||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
# Build Vid
|
||||
git clone https://github.com/vlang/vid
|
||||
cd vid && ../v -debug -o vid .
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue