Skip to content

Commit e31e358

Browse files
committed
Update .promu.yml and add build.sh, no cross platform binaries yet
1 parent 3d128f1 commit e31e358

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.promu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ go:
33
version: 1.7
44
cgo: false
55
repository:
6-
path: ./src/gitbackup/
6+
path: gitbackup
77
build:
8-
prefix: .
98
binaries:
109
- name: gitbackup
11-
path: ./bin/gitbackup
1210
flags: -a -tags netgo
1311
ldflags: |
1412
-s

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
env GOPATH=/Users/asaha/work/github.com/amitsaha/gitbackup/:/Users/asaha/work/github.com/amitsaha/gitbackup/vendor/ promu build

0 commit comments

Comments
 (0)