From fe864bcf534ec4c16c0f9c1f4b9d61aa3ff316a3 Mon Sep 17 00:00:00 2001 From: "Gabriel \"_|Nix|_\" Schulhof" Date: Wed, 27 Sep 2017 11:51:42 +0300 Subject: [PATCH] Add job that tests with FEATURE_INIT_FINI turned ON (#2026) Since modules behave differently depending on whether this feature is on or off we should have a job that runs with the feature turned on. JerryScript-DCO-1.0-Signed-off-by: Gabriel Schulhof gabriel.schulhof@intel.com --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a1cbc90c..74709c187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: - OPTS="--buildoption-test" - OPTS="--jerry-tests --jerry-test-suite --buildoptions=--jerry-libc=off,--compile-flag=-m32,--cpointer-32bit=on" - OPTS="--unittests" + - OPTS="--unittests --buildoptions=--cmake-param=-DFEATURE_INIT_FINI=ON" - OPTS="--test262" - OPTS="--check-pylint" global: