Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
CircleCI: fix dynamic/static linking for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsmith committed Nov 15, 2018
1 parent 50db674 commit 3b951ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: "0"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand All @@ -169,6 +170,7 @@ jobs:
environment:
GOPATH: /Users/distiller/go
GOARCH: amd64
CGO_ENABLED: "1"
working_directory: /Users/distiller/go/src/github.com/anycable/anycable-go/
steps:
- run: mkdir -p /Users/distiller/go/src/github.com/anycable/anycable-go/
Expand Down Expand Up @@ -197,6 +199,7 @@ jobs:
working_directory: /go/src/github.com/anycable/anycable-go/
environment:
GOOS: linux
CGO_ENABLED: "0"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand All @@ -221,6 +224,7 @@ jobs:
working_directory: /go/src/github.com/anycable/anycable-go/
environment:
GOOS: windows
CGO_ENABLED: "0"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand All @@ -239,6 +243,7 @@ jobs:
working_directory: /go/src/github.com/anycable/anycable-go/
environment:
GOOS: darwin
CGO_ENABLED: "0"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand All @@ -257,6 +262,7 @@ jobs:
working_directory: /go/src/github.com/anycable/anycable-go/
environment:
GOOS: freebsd
CGO_ENABLED: "0"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand All @@ -279,6 +285,7 @@ jobs:
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: "1"
steps:
- attach_workspace:
at: /go/src/github.com/anycable/anycable-go/
Expand Down

0 comments on commit 3b951ec

Please sign in to comment.