Skip to content

Commit

Permalink
macOS conan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 1, 2017
1 parent b256f3c commit 63ddbc8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ linux: &linux
python: "3.6"
services:
- docker

osx: &osx
os: osx
language: generic

matrix:
include:

- <<: *linux
env: CONAN_GCC_VERSIONS=4.9 CONAN_DOCKER_IMAGE=lasote/conangcc49

Expand All @@ -29,6 +30,18 @@ matrix:
- <<: *linux
env: CONAN_GCC_VERSIONS=6.3 CONAN_DOCKER_IMAGE=lasote/conangcc63

- <<: *osx
osx_image: xcode7.3
env: CONAN_APPLE_CLANG_VERSIONS=7.3

- <<: *osx
osx_image: xcode8.2
env: CONAN_APPLE_CLANG_VERSIONS=8.0

- <<: *osx
osx_image: xcode8.3
env: CONAN_APPLE_CLANG_VERSIONS=8.1

install:
- chmod +x .travis/install.sh
- ./.travis/install.sh
Expand Down
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ cmake_minimum_required(VERSION 3.4)
project(secp256k1
VERSION 0.1
LANGUAGES C)


include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

# Process options.
Expand Down

0 comments on commit 63ddbc8

Please sign in to comment.