Skip to content

Commit

Permalink
Try to run macOS job on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeac committed Apr 29, 2019
1 parent fe9501b commit bc34ac8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ install:

matrix:
include:
- os: osx
osx_image: xcode10
install:
before_script:
- HOMEBREW_NO_INSTALL_CLEANUP=1 brew install qt capstone bison flex
- mkdir build && cd build
script:
- cmake -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5/ -DFLEX_EXECUTABLE=$(brew --prefix flex)/bin/flex -DBISON_EXECUTABLE=$(brew --prefix bison)/bin/bison ..
- make -j$(sysctl -n hw.ncpu)
- env:
- TARGET="source-check"
before_script:
Expand Down Expand Up @@ -44,7 +53,6 @@ matrix:
lcov --list coverage.info"
- echo "Uploading CodeCov reports" && bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -X xcode -F unittests -s "$(pwd)/build" || echo \"CodeCov coverage report generation failed!\"


before_script:
- docker exec -t build-env bash -c "cd boomerang &&
mkdir build &&
Expand Down

0 comments on commit bc34ac8

Please sign in to comment.