podman-build/vendor/github.com/stefanberger/go-pkcs11uri/.travis.yml
2025-10-11 12:30:35 +09:00

26 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