mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-15 13:18:45 +00:00
commit
1adae81a54
2 changed files with 8 additions and 21 deletions
|
@ -1,26 +1,13 @@
|
||||||
language: go
|
kind: pipeline
|
||||||
arch:
|
name: default
|
||||||
- amd64
|
steps:
|
||||||
- ppc64le
|
steps:
|
||||||
go:
|
- name: build
|
||||||
- "1.x"
|
image: golang
|
||||||
- "1.14.x"
|
commands:
|
||||||
- "1.13.x"
|
|
||||||
- "1.12.x"
|
|
||||||
- "1.11.x"
|
|
||||||
- "1.10.x"
|
|
||||||
- "1.9.x"
|
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- git config --global url."https://".insteadOf git://
|
- git config --global url."https://".insteadOf git://
|
||||||
- make install.tools
|
- make install.tools
|
||||||
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
|
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
|
||||||
|
|
||||||
install: true
|
|
||||||
|
|
||||||
script:
|
|
||||||
- make validation
|
- make validation
|
||||||
- make validation.tags
|
- make validation.tags
|
||||||
- make build.arches
|
- make build.arches
|
|
@ -1,6 +1,6 @@
|
||||||
# go-mtree
|
# go-mtree
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/vbatts/go-mtree.svg?branch=master)](https://travis-ci.org/vbatts/go-mtree) [![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree)
|
||||||
|
|
||||||
`mtree` is a filesystem hierarchy validation tooling and format.
|
`mtree` is a filesystem hierarchy validation tooling and format.
|
||||||
This is a library and simple cli tool for [mtree(8)][mtree(8)] support.
|
This is a library and simple cli tool for [mtree(8)][mtree(8)] support.
|
||||||
|
|
Loading…
Reference in a new issue