Remove 'test-js-precommit' target from Makefile
When performing `make precommit`, instead of running only a subset of the Jerry Test Suite on full profile builds, run the whole suite, and also run the compact subset of the suite on compact builds. Also, make CI perform the same tests. Related issue: #879 Related PR: #912 JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
+3
-3
@@ -15,15 +15,15 @@ script: "make -j VERBOSE=1 NINJA=1 $TARGET"
|
||||
|
||||
env:
|
||||
- TARGET="check-signed-off check-vera check-cppcheck"
|
||||
- TARGET="build.linux test-js-precommit"
|
||||
- TARGET="build.linux test-js-precommit" TOOLCHAIN=build/configs/toolchain_linux_armv7l-hf.cmake TIMEOUT=300
|
||||
- TARGET="build.linux test-js"
|
||||
- TARGET="build.linux test-js" TOOLCHAIN=build/configs/toolchain_linux_armv7l-hf.cmake TIMEOUT=300
|
||||
- TARGET=test-buildoptions
|
||||
- TARGET=test-unit
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
env: TARGET="build.darwin test-js-precommit"
|
||||
env: TARGET="build.darwin test-js"
|
||||
- os: osx
|
||||
env: TARGET=test-unit
|
||||
allow_failures:
|
||||
|
||||
Reference in New Issue
Block a user