Browse Source

adds ci

keep-around/a804f2292000b5450cd6eb5c32734a14e7636333
Henry Case 4 years ago
parent
commit
a804f22920
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitlab-ci.yml

+ 8
- 0
.gitlab-ci.yml View File

@@ -0,0 +1,8 @@
default:
image: go

job:
script:
uname -a
go run cmd/tlshandshake/tlshandshake.go -tls_min 1.2 -tls_max 1.3 onet.pl


Loading…
Cancel
Save