mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-30 17:32:16 +00:00
fix
This commit is contained in:
parent
c682fdbeee
commit
71ea61e099
@ -10,8 +10,8 @@ jobs:
|
|||||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./scripts/check-pr.sh; fi
|
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./scripts/check-pr.sh; fi
|
||||||
- npm run all
|
- npm run all
|
||||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-full &&
|
cd $TRAVIS_BUILD_DIR/tests/allocators/rt-full && npm run build && cd .. && npm test rt-full &&
|
||||||
cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-stub;
|
cd $TRAVIS_BUILD_DIR/tests/allocators/rt-stub && npm run build && cd .. && npm test rt-stub;
|
||||||
fi
|
fi
|
||||||
env: Runs the tests on node.js LTS, also tests allocators
|
env: Runs the tests on node.js LTS, also tests allocators
|
||||||
- node_js: node
|
- node_js: node
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
env: Runs the tests on node.js stable
|
env: Runs the tests on node.js stable
|
||||||
- node_js: node
|
- node_js: node
|
||||||
script:
|
script:
|
||||||
- npm run clean && npm run test:compiler threads
|
- npm run clean && npm run test:compiler rt/flags threads
|
||||||
env:
|
env:
|
||||||
- Runs experimental tests on node.js v8-canary using
|
- Runs experimental tests on node.js v8-canary using
|
||||||
- ASC_FEATURES="simd,threads"
|
- ASC_FEATURES="simd,threads"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user