Skip to content

Commit

Permalink
Add test_alpine to circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 12, 2019
1 parent 323ed75 commit 2688ddd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
ARCH_CMD: linux32
steps: *ci_steps

test_alpine:
docker:
- image: jrei/crystal-alpine:latest
environment:
<<: *env
TRAVIS_OS_NAME: linux
ARCH: x86_64
ARCH_CMD: linux64
steps: *ci_steps

test_darwin:
macos:
xcode: "9.0"
Expand Down Expand Up @@ -343,6 +353,8 @@ workflows:
- /.*\bci\b.*/
- test_linux32:
filters: *unless_maintenance
- test_alpine:
filters: *unless_maintenance
- test_darwin:
filters: *unless_maintenance
- check_format:
Expand All @@ -365,6 +377,8 @@ workflows:
only: /.*/
- test_linux32:
filters: *per_tag
- test_alpine:
filters: *per_tag
- test_darwin:
filters: *per_tag
- check_format:
Expand Down Expand Up @@ -426,6 +440,7 @@ workflows:
jobs:
- test_linux
- test_linux32
- test_alpine
- test_darwin
- check_format
- prepare_common:
Expand Down Expand Up @@ -476,6 +491,8 @@ workflows:
- /.*\bci\b.*/
- test_linux32:
filters: *maintenance
- test_alpine:
filters: *maintenance
- test_darwin:
filters: *maintenance
- check_format:
Expand Down

0 comments on commit 2688ddd

Please sign in to comment.