forked from Snaipe/libcsptr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 713 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: c
compiler:
- gcc
sudo: false
addons:
apt:
packages:
- check
before_install:
- pip install --user cpp-coveralls
- export CFLAGS="-g -O0"
script:
- mkdir -p build && cd $_ && cmake ${FEATURES} -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug
.. && make && make test
after_success:
- make coveralls
after_failure:
- cat $(find check -iname '*.log') /dev/null
env:
matrix:
- FEATURES=""
- FEATURES="-DFIXED_ALLOCATOR=ON"
- FEATURES="-DSENTINEL=OFF"
- FEATURES="-DSENTINEL=OFF -DFIXED_ALLOCATOR=ON"
global:
secure: CQ+DjIdSOn5kQALHcTJ1whkZDLVmTDbPLV3g8Es0Gz4/goFfgGWMyF4VuKD+UD+O0Z7eV/epZMQfatbG7jIMXQTai7ylXu0hyHA0rE7ypalWBRyRZC9raTChrlonLv9QqucNrcFepIDcAaSsX2bJYH0KBsqasdgGJmjPlo/1CLs=