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