Add drone workflow for ARM64

next
Sayan Nandan 3 years ago
parent 2a791b8018
commit fafd0996fa
No known key found for this signature in database
GPG Key ID: 8BC07A0A4D41DD52

@ -1,7 +1,21 @@
kind: pipeline
type: docker
name: Test on Linux (ARM64)
platform:
os: linux
arch: arm64
steps:
- name: Build
image: rust
commands:
- apt update && apt-get install libhtml-parser-perl -y
- make test
---
kind: pipeline
type: docker
name: default
name: Test on Linux (x86_64)
steps:
- name: test

Loading…
Cancel
Save