Skip to content

Commit a425ebf

Browse files
authored
Merge pull request #1168 from redhatrises/ci_osx_updates
Update OSX CI builds
2 parents 81caed3 + 4fca3b9 commit a425ebf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@ matrix:
4343
- curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"
4444
- os: osx
4545
osx_image: xcode8.3
46+
before_install:
47+
- brew update
48+
- brew upgrade python
49+
- brew install doxygen --with-graphviz
50+
- brew install opendbx
51+
- brew install popt
52+
- brew install swig
4653
before_script:
4754
- cd build
4855
script:
49-
- cmake -DENABLE_PYTHON3=false -DENABLE_PROBES=false -DENABLE_OSCAP_UTIL_DOCKER=false ../
56+
- cmake -DENABLE_PROBES=false ../
5057
- make -j 4
5158

5259
addons:

0 commit comments

Comments
 (0)