We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5302f3 commit d3bb146Copy full SHA for d3bb146
.travis.yml
@@ -12,15 +12,7 @@ before_install:
12
install:
13
make vendor
14
15
-script: true
16
-
17
-# redundant
18
-#script:
19
-#- make build
20
-#- make darwin
21
-#- make freebsd
22
23
-before_deploy:
+script:
24
- mkdir -p bin_release
25
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -ldflags "-extldflags '-static' -X main.AppVersion=$TRAVIS_TAG" -o bin_release/freenas-iscsi-provisioner_linux-amd64
26
- CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -a -ldflags "-extldflags '-static' -X main.AppVersion=$TRAVIS_TAG" -o bin_release/freenas-iscsi-provisioner_darwin-amd64
0 commit comments