Merge pull request #165 from vbatts/change-ci

Change ci
This commit is contained in:
Vincent Batts 2021-09-14 10:06:35 -04:00 committed by GitHub
commit 1adae81a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 21 deletions

View File

@ -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

View File

@ -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.