fif/.drone.yml

18 lines
291 B
YAML

# SPDX-FileCopyrightText: 2021-2022 Lynnesbian
# SPDX-License-Identifier: CC0-1.0
---
kind: pipeline
type: docker
name: default
steps:
- name: linux-gnu
image: rust:latest
commands:
- cargo test --locked -j3
#- name: linux-musl
# image: rust:alpine
# commands:
# - cargo test -j3