This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
tlshandshake
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
adds ci
keep-around/a804f2292000b5450cd6eb5c32734a14e7636333
Henry Case
4 years ago
parent
a166bcb451
commit
a804f22920
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save