mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
removed circleci, added badge
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
---
|
||||
version: 2.1
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
docker:
|
||||
- image: cimg/go:1.18
|
||||
steps:
|
||||
- checkout
|
||||
- run: make
|
||||
|
||||
test:
|
||||
parameters:
|
||||
go_version:
|
||||
type: string
|
||||
run_test:
|
||||
type: boolean
|
||||
default: true
|
||||
docker:
|
||||
- image: cimg/go:<< parameters.go_version >>
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
unit-test:
|
||||
jobs:
|
||||
- compile
|
||||
- test:
|
||||
name: testing
|
||||
matrix:
|
||||
parameters:
|
||||
go_version:
|
||||
- "1.16"
|
||||
- "1.17"
|
||||
- "1.18"
|
||||
- "1.19"
|
||||
@@ -1,4 +1,5 @@
|
||||
[](https://app.circleci.com/pipelines/github/TLINDEN/tablizer)
|
||||
[](https://github.com/tlinden/tablizer/actions)
|
||||
[](https://github.com/tlinden/tablizer/blob/master/LICENSE)
|
||||
|
||||
## tablizer - Manipulate tabular output of other programs
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ var (
|
||||
validOutputmodes = "(orgtbl|markdown|extended|ascii)"
|
||||
|
||||
// main program version
|
||||
Version = "v1.0.3"
|
||||
Version = "v1.0.4"
|
||||
|
||||
// generated version string, used by -v contains lib.Version on
|
||||
// main branch, and lib.Version-$branch-$lastcommit-$date on
|
||||
|
||||
Reference in New Issue
Block a user