From b34362ff8f1765037eaaa060ec1e27f208f3f91a Mon Sep 17 00:00:00 2001 From: Alexey Kostin Date: Mon, 29 Apr 2019 10:54:55 +0300 Subject: [PATCH] Remove bitbucket pipilines --- bitbucket-pipelines.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml deleted file mode 100644 index a955866..0000000 --- a/bitbucket-pipelines.yml +++ /dev/null @@ -1,18 +0,0 @@ -# This is a sample build configuration for Go. -# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples. -# Only use spaces to indent your .yml configuration. -# ----- -# You can specify a custom docker image from Docker Hub as your build environment. -image: golang:1.10 - -pipelines: - default: - - step: - script: # Modify the commands below to build your repository. - - PACKAGE_PATH="${GOPATH}/src/bt2qbt/" - - mkdir -pv "${PACKAGE_PATH}" - - tar -cO --exclude-vcs --exclude=bitbucket-pipelines.yml . | tar -xv -C "${PACKAGE_PATH}" - - cd "${PACKAGE_PATH}" - - go get -v - - GOOS=windows GOARCH=386 go build -ldflags "-s -w" -v -o deluge2qbt_i386.exe - - GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -v -o deluge2qbt_amd64.exe \ No newline at end of file