projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76a0d8
)
Travis CI: Test also the distributive file creation
author
Ivan Maidanski
<ivmai@mail.ru>
Thu, 27 Apr 2017 09:03:43 +0000
(12:03 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Thu, 27 Apr 2017 09:03:43 +0000
(12:03 +0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
2be8029
..
5e05135
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-280,6
+280,8
@@
matrix:
- CONF_OPTIONS="--host=i686-w64-mingw32 --enable-munmap"
- MAKEFILE_TARGETS="all"
- CFLAGS_EXTRA="-fno-omit-frame-pointer"
+ - os: linux
+ env: [ MAKEFILE_TARGETS="dist" ]
before_install:
- if [[ "$CPPCHECK_ENABLE" != "" ]]; then