Skip to content

Commit

Permalink
Enabled CI only on development branch, tried adding OSX as build envi…
Browse files Browse the repository at this point in the history
…ronment, removed 'm'-flag from ACSF compilation.
  • Loading branch information
lauri-codes committed Dec 11, 2018
1 parent 78dc697 commit be5b362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
os:
- linux
- osx

language: python

# Command to install dependencies
Expand All @@ -11,7 +15,7 @@ script:
# Defines the branches on which the tests are run on
branches:
only:
- master
- development

# Defines build stages.
jobs:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dscribe/libacsf/acsf-compute.c",
],
include_dirs=["dscribe/libacsf"],
libraries=["m"],
# libraries=["m"],
extra_compile_args=["-O3", "-std=c99"]
),
# The MBTR C++ extension, wrapped with cython
Expand Down

0 comments on commit be5b362

Please sign in to comment.