File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,3 @@ build_binary_with_release_tag:
15
15
script :
16
16
- go build -o goverwatch_$CI_COMMIT_TAG.exe main.go
17
17
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY
18
-
19
-
20
- build_binary_without_release_tag :
21
- stage : build
22
- image : golang:buster
23
- before_script :
24
- - apt update && apt upgrade -y
25
- - apt install libpcap-dev curl gcc-mingw-w64-x86-64 file -y
26
- - go get
27
- - export GOOS=windows
28
- - export GOARCH=amd64
29
- script :
30
- - go build -o goverwatch_latest.exe main.go
31
- - curl --location --request GET 'https://cdn.aptinstall.de/delete?key='$API_KEY'&filename=goverwatch_latest.exe'
32
- - curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_latest.exe' --form 'key='$API_KEY
33
- - file goverwatch_latest.exe
34
- only :
35
- - master
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ Also you need to install [npcap](https://nmap.org/npcap/windows-10.html) which i
10
10
Alternatively clone this repo and compile it yourself
11
11
``` go build -o goverwatch.exe main.go ```
12
12
13
- Latest build: https://cdn.aptinstall.de/download/goverwatch_latest.exe
14
-
15
13
## Usage
16
14
Start GOverwatch, after finding the Demo it will prompt you and ask in which round your overwatch case started at.
17
15
You can’t perform that action at this time.
0 commit comments