Skip to content

Commit efed0ef

Browse files
committed
Merge pull request #67 from pkgr/packaging
Enable packaging with https://packager.io
2 parents cf5c624 + ebeb49f commit efed0ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pkgr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cli: scw
2+
targets:
3+
ubuntu-14.04:
4+
centos-7:
5+
ubuntu-12.04:
6+
centos-6:
7+
debian-7:
8+
before:
9+
- echo "scw" > .godir
10+
after:
11+
- rm -f .godir

0 commit comments

Comments
 (0)