Skip to content

Commit 24fc14c

Browse files
authored
Merge pull request #4 from JuliaString/spj/updateci
Change to use GitHub Actions
2 parents 97e16f7 + 852a612 commit 24fc14c

File tree

2 files changed

+0
-62
lines changed

2 files changed

+0
-62
lines changed

.drone.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
---
2-
kind: pipeline
3-
name: linux - arm - Julia 1.0
4-
5-
platform:
6-
os: linux
7-
arch: arm
8-
9-
steps:
10-
- name: build
11-
image: julia:1.0
12-
commands:
13-
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
14-
15-
---
16-
kind: pipeline
17-
name: linux - arm64 - Julia 1.0
18-
19-
platform:
20-
os: linux
21-
arch: arm64
22-
23-
steps:
24-
- name: build
25-
image: julia:1.0
26-
commands:
27-
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
28-
291
---
302
kind: pipeline
313
name: linux - arm64 - Julia 1.5

.travis.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)