Skip to content

Commit

Permalink
Test nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Jan 29, 2018
1 parent 1a1124b commit 9538efb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ jobs:
TRAVIS_OS_NAME: osx
steps: *ci_steps

dist_packages_linux:
machine: true
steps:
- run: |
git clone https://github.com/bcardiff/distribution-scripts.git ~/distribution-scripts
cd ~/distribution-scripts
git checkout params
cd x86_64
make CRYSTAL_VERSION=nightly CRYSTAL_SHA1=$CIRCLE_SHA1
- store_artifacts:
path: ~/distribution-scripts/x86_64/build
destination: dist_packages

workflows:
version: 2
build_all_platforms:
Expand All @@ -55,4 +68,9 @@ workflows:
filters: *ci_filter
- build_osx:
filters: *ci_filter
- dist_packages_linux:
filters:
branches:
only:
- ci/nightly

0 comments on commit 9538efb

Please sign in to comment.