Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 9, 2018
1 parent fe35dd1 commit 5ec9d44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ branches:
- fp17

platform:
- x86
- x64

environment:
Expand All @@ -15,7 +14,7 @@ environment:
CONDA_VERSION: 3

install:
- git clone https://github.com/StatisKit/appveyor-ci.git appveyor-ci
- git clone --depth=1 https://github.com/StatisKit/appveyor-ci.git appveyor-ci
- cd appveyor-ci
- call install.bat

Expand Down
4 changes: 1 addition & 3 deletions bin/conda/libstatiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ about:

requirements:
build:
- libtoolchain
run:
- libruntime
- libtoolchain
6 changes: 2 additions & 4 deletions bin/conda/python-statiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ requirements:
build:
- libtoolchain
- python-toolchain
- libboost
- libboost_python-dev
- libstatiskit_stl
- python
run:
- libruntime
- libstatiskit_stl
- libboost
- {{ pin_compatible('libstatiskit_stl', exact=True) }}
- python

test:
Expand Down
5 changes: 1 addition & 4 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ os:
- osx

sudo: required

services:
- docker

env:
- CONDA_RECIPE=libstatiskit_stl
Expand All @@ -21,7 +18,7 @@ env:
CONDA_VERSION=3

install:
- git clone https://github.com/StatisKit/travis-ci.git travis-ci
- git clone --depth=1 https://github.com/StatisKit/travis-ci.git travis-ci
- cd travis-ci
- source install.sh

Expand Down

0 comments on commit 5ec9d44

Please sign in to comment.