Skip to content

Commit

Permalink
Merge pull request #24 from pfernique/master
Browse files Browse the repository at this point in the history
Update repository architecture
  • Loading branch information
pfernique committed Jul 27, 2017
2 parents 312b6aa + 07136dc commit 9f62217
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VariantDir(os.path.join('build', 'test'), 'test')
SConscript(os.path.join('build', 'src', 'cpp', 'SConscript'), exports="env")
SConscript(os.path.join('build', 'src', 'py', 'wrapper', 'SConscript'), exports="env")
SConscript(os.path.join('build', 'test', 'SConscript'), exports="env")
SConscript(os.path.join('conda', 'SConscript'), exports="env")
SConscript(os.path.join('bin', 'conda', 'SConscript'), exports="env")

Default("install")
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform:

environment:
matrix:
- RECIPE: libstatiskit_stl
- RECIPE: python-statiskit_stl
- CONDA_RECIPE: libstatiskit_stl
- CONDA_RECIPE: python-statiskit_stl

install:
- git clone https://github.com/StatisKit/appveyor-ci.git appveyor-ci
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
- docker

env:
- RECIPE=libstatiskit_stl
- RECIPE=python-statiskit_stl
- CONDA_RECIPE=libstatiskit_stl
- CONDA_RECIPE=python-statiskit_stl

install:
- git clone https://github.com/StatisKit/travis-ci.git travis-ci
Expand Down

0 comments on commit 9f62217

Please sign in to comment.