X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=198269aa8ac5316c003cc328f517c288898dec9a;hp=5de7ab9119c8cd14ec6d7b4ddd0afafa2467d1b2;hb=4bf8ff5e477da2fa4f82518bb947055c2c0374d6;hpb=4bee5440cea39ab77bdbe025b9669f7c73424d72 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 5de7ab9..198269a 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -26,7 +26,7 @@ $env = $gen([ "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], - "enable_psi_posix" => ["all"], + "enable_psi_threaded_parser", ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -39,8 +39,8 @@ before_install: - touch src/parser_proc_grammar.y - touch src/parser_proc.c - touch src/parser_proc.h - - touch src/parser.re - - touch src/parser.c + - touch src/parser_scan.re + - touch src/parser_scan.c - touch src/parser.h install: