Skip to content

Commit

Permalink
Update libstatiskit_stl-dev recipes and CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 9, 2018
1 parent bec1b0e commit 0f97759
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ platform:
environment:
matrix:
- CONDA_RECIPE: bin\conda\libstatiskit_stl-dev
CONDA_VERSION: 2
- CONDA_RECIPE: bin\conda\libstatiskit_stl-dev
CONDA_VERSION: 3
- CONDA_RECIPE: bin\conda\libstatiskit_stl
- CONDA_RECIPE: bin\conda\python-statiskit_stl
CONDA_VERSION: 2
Expand Down
5 changes: 4 additions & 1 deletion bin/conda/libstatiskit_stl-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ about:
requirements:
build:
- libtoolchain
- libtoolchain-dev
- libtoolchain-dev
- python
run:
- python
3 changes: 3 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ sudo: required

env:
- CONDA_RECIPE=bin/conda/libstatiskit_stl-dev
CONDA_VERSION=2
- CONDA_RECIPE=bin/conda/libstatiskit_stl-dev
CONDA_VERSION=3
- CONDA_RECIPE=bin/conda/libstatiskit_stl
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=2
Expand Down

0 comments on commit 0f97759

Please sign in to comment.