Skip to content

Commit

Permalink
osx ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rparolin committed Jun 12, 2019
1 parent fccbc1b commit b55e21c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ os:
- osx
- windows

osx_image: xcode10.2

compiler:
- gcc
- clang
Expand Down
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ project(EAStdC CXX)
#-------------------------------------------------------------------------------------------
option(EASTDC_BUILD_TESTS "Enable generation of build files for tests" OFF)

#-------------------------------------------------------------------------------------------
# Compiler Flags
#-------------------------------------------------------------------------------------------
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_CURRENT_SOURCE_DIR}/test/packages/EASTL/scripts/CMake")
include(CommonCppFlags)

#-------------------------------------------------------------------------------------------
# Library definition
#-------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b55e21c

Please sign in to comment.