Skip to content

Commit

Permalink
Check if circle can handle release optimized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Jan 29, 2018
1 parent 9538efb commit 5c06ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd ~/distribution-scripts
git checkout params
cd x86_64
make CRYSTAL_VERSION=nightly CRYSTAL_SHA1=$CIRCLE_SHA1
make CRYSTAL_VERSION=nightly CRYSTAL_SHA1=$CIRCLE_SHA1 release=true
- store_artifacts:
path: ~/distribution-scripts/x86_64/build
destination: dist_packages
Expand Down

0 comments on commit 5c06ff9

Please sign in to comment.