Skip to content

Commit

Permalink
Switch to Linux for easy access to blosc
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed May 20, 2020
1 parent 999f0be commit 91b2660
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
version: 0.2.4.{build}

build:
verbosity: minimal
image: Ubuntu
stack: jdk 11

install:
- sh: sudo apt-get update
- sh: sudo apt-get install -y libblosc1

build: off

build_script:
- gradlew build
- ./gradlew build

after_test:
- gradlew distZip
- ./gradlew distZip

artifacts:
- path: 'build\distributions\*.zip'

0 comments on commit 91b2660

Please sign in to comment.