Skip to content

Commit

Permalink
ENH: Update CircleCI package build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 10, 2018
1 parent 7644faf commit 5b9fa07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ jobs:
steps:
- checkout
- run:
name: Fetch build script
name: Download build dependencies
command: |
curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
chmod u+x dockcross-manylinux-download-cache-and-build-module-wheels.sh
./scripts/dockcross-manylinux-download-cache.sh
- run:
name: Build Python packages
no_output_timeout: 1.0h
command: |
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
./scripts/dockcross-manylinux-build-module-wheels.sh
- store_artifacts:
path: dist
destination: dist
Expand Down

0 comments on commit 5b9fa07

Please sign in to comment.