Update Travis file.
This commit is contained in:
parent
eff4ab6af9
commit
48d7993bba
@ -4,7 +4,7 @@ sudo: false
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: ": Lua51"
|
- compiler: ": Lua51osx"
|
||||||
env: LUA="lua 5.1"
|
env: LUA="lua 5.1"
|
||||||
os: osx
|
os: osx
|
||||||
- compiler: ": Lua51"
|
- compiler: ": Lua51"
|
||||||
@ -34,6 +34,7 @@ branches:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export CC=gcc
|
- export CC=gcc
|
||||||
|
- gcc --version
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=$PATH:~/Library/Python/2.7/bin/; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=$PATH:~/Library/Python/2.7/bin/; fi
|
||||||
- pip install --user cpp-coveralls
|
- pip install --user cpp-coveralls
|
||||||
- pip install --user hererocks
|
- pip install --user hererocks
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "lcurl.h"
|
#include "lcurl.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) || defined(__cplusplus)
|
||||||
# define LCURL_CC_SUPPORT_FORWARD_TYPEDEF 1
|
# define LCURL_CC_SUPPORT_FORWARD_TYPEDEF 1
|
||||||
#elif defined(__STDC_VERSION__)
|
#elif defined(__STDC_VERSION__)
|
||||||
# if __STDC_VERSION__ >= 201112
|
# if __STDC_VERSION__ >= 201112
|
||||||
|
Loading…
x
Reference in New Issue
Block a user