fif/.drone.yml

18 lines
291 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2021-2022 Lynnesbian
2021-10-05 14:24:08 +00:00
# SPDX-License-Identifier: CC0-1.0
---
kind: pipeline
type: docker
name: default
steps:
2021-03-11 17:44:31 +00:00
- name: linux-gnu
image: rust:latest
commands:
2021-04-26 11:01:09 +00:00
- cargo test --locked -j3
#- name: linux-musl
# image: rust:alpine
# commands:
# - cargo test -j3