mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
16
.travis.yml
16
.travis.yml
@@ -22,8 +22,8 @@ matrix:
|
|||||||
- expect
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -m32"
|
- CXXFLAGS="-g -m32"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
@@ -33,19 +33,17 @@ matrix:
|
|||||||
- expect
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -fno-omit-frame-pointer"
|
- CXXFLAGS="-g -fno-omit-frame-pointer"
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
- brew outdated pcre2 || brew upgrade pcre2 # use system PCRE2
|
- brew install pcre2 # use system PCRE2
|
||||||
- brew outdated xctool || brew upgrade xctool # for xcode... soon.
|
- brew outdated xctool || brew upgrade xctool # for xcode... soon.
|
||||||
addons:
|
env:
|
||||||
env:
|
- CXXFLAGS="-g -fno-omit-frame-pointer -fsanitize=address -lstdc++" ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||||
- CXXFLAGS="-g -fno-omit-frame-pointer -fsanitize=address -lstdc++"
|
|
||||||
- ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user