mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
switch to osx_image xcode8.3
This commit is contained in:
parent
1eb93609ce
commit
5dfa28508e
18
.travis.yml
18
.travis.yml
@ -1,21 +1,15 @@
|
|||||||
dist: trusty
|
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
include:
|
||||||
- os: osx
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
dist: trusty
|
||||||
|
- os: osx
|
||||||
|
compiler: clang
|
||||||
|
osx_image: xcode8.3
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
2
devmode
2
devmode
@ -2,4 +2,4 @@
|
|||||||
# After running, chdir to the build subdir ane run "make"
|
# After running, chdir to the build subdir ane run "make"
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DLINT=ON \
|
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DLINT=ON \
|
||||||
-DCMAKE_CXX_FLAGS="-O1 -fsanitize=address -fno-omit-frame-pointer" $@
|
-DCMAKE_CXX_FLAGS="-O0 -g -fsanitize=address -fno-omit-frame-pointer" $@
|
||||||
|
Loading…
Reference in New Issue
Block a user