Skip to content

Commit b785e04

Browse files
committed
Merge branch 'master' of github.com:cginternals/cppexpose
2 parents c9b3aec + 314313c commit b785e04

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.ignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source/tests/googletest/*
2+
source/cppexpose/source/scripting/duktape-1.4.0/*

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
- clang-tidy-3.8
2020
- libcpplocate-dev
2121
- libcppassist-dev
22+
- libcppfs-dev
2223

2324
- os: linux
2425
compiler: clang
@@ -32,6 +33,7 @@ matrix:
3233
- clang-tidy-3.8
3334
- libcpplocate-dev
3435
- libcppassist-dev
36+
- libcppfs-dev
3537

3638
- os: linux
3739
compiler: gcc
@@ -50,6 +52,7 @@ matrix:
5052
- clang-tidy-3.8
5153
- libcpplocate-dev
5254
- libcppassist-dev
55+
- libcppfs-dev
5356

5457
- os: linux
5558
compiler: gcc
@@ -68,6 +71,7 @@ matrix:
6871
- clang-tidy-3.8
6972
- libcpplocate-dev
7073
- libcppassist-dev
74+
- libcppfs-dev
7175

7276
before_install:
7377
- if [ $TRAVIS_OS_NAME == linux ]; then export CMAKE_OPTIONS="$CMAKE_OPTIONS"; fi

0 commit comments

Comments
 (0)