debian-forge-composer/vendor/github.com/stefanberger/go-pkcs11uri/.travis.yml
2024-07-04 19:01:07 +02:00

25 lines
330 B
YAML

dist: bionic
language: go
os:
- linux
go:
- "1.19.x"
matrix:
include:
- os: linux
addons:
apt:
packages:
- softhsm2
install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2
script:
- make
- make check
- make test