公告板
版本库
filestore
活动
搜索
登录
sola
/
scpi-parser
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Resolve #57: SCPI_ExprChannelListEntry() crashes with whitespaces
Jan Breuer
2015-10-13
1cf2c568c9a8d3a515254036916219d1b12de4d0
[sola/scpi-parser.git]
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
addons:
apt:
packages:
- libcunit1-dev
- clang
sudo: false
script:
- make
- CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test