Skip to content

Commit

Permalink
Merge 9bc2d57 into b700786
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Aug 3, 2020
2 parents b700786 + 9bc2d57 commit b8875db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Expand Up @@ -17,7 +17,7 @@ local Pipeline(os, arch, version) = {
};

[
Pipeline("linux", "arm", "1.4"),
Pipeline("linux", "arm", "1.3"),
Pipeline("linux", "arm64", "1.3"),
Pipeline("linux", "arm64", "1.4")
]
4 changes: 2 additions & 2 deletions .drone.yml
@@ -1,14 +1,14 @@
---
kind: pipeline
name: linux - arm - Julia 1.4
name: linux - arm - Julia 1.3

platform:
os: linux
arch: arm

steps:
- name: build
image: julia:1.4
image: julia:1.3
commands:
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"

Expand Down

0 comments on commit b8875db

Please sign in to comment.