Skip to content

Commit d7c3c28

Browse files
Merge pull request #47 from COSIMA/issue-45-fix
Add build/include for mod files
2 parents 85c57a3 + 7082120 commit d7c3c28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
script: ./build.sh ${TYPE} &&
2727
tar -C $TRAVIS_BUILD_DIR
2828
--transform 's,build,libaccessom2,'
29-
-czvf binary_release.tar.gz build/bin/* build/lib/*
29+
-czvf binary_release.tar.gz build/bin/* build/lib/* build/include/*
3030

3131
deploy:
3232
- provider: releases
@@ -37,3 +37,4 @@ deploy:
3737
repo: COSIMA/libaccessom2
3838
tags: true
3939
branch: master
40+

0 commit comments

Comments
 (0)