Skip to content
Snippets Groups Projects
Commit c2ee18c5 authored by ale's avatar ale
Browse files

Add a simple CI build test

parent b6a2315c
No related branches found
No related tags found
No related merge requests found
Pipeline #57001 passed
stages:
- test
build-test:
stage: test
image: "registry.git.autistici.org/ai3/docker/test/golang:master"
script:
- apt-get -q update
- env DEBIAN_FRONTEND=noninteractive apt-get install -qy --no-install-recommends build-essential libfido2-dev
- go build -o webauthn-cred main.go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment