Commit 7a8889e7 by Torkel Ödegaard

Added rpm tools to wercker pre build step

parent 8054f6a2
...@@ -11,8 +11,7 @@ build: ...@@ -11,8 +11,7 @@ build:
- script: - script:
name: build setup name: build setup
code: | code: |
go run build.go setup go run build.go setup
sudo gem install fpm
# Build the project # Build the project
- script: - script:
name: build name: build
...@@ -26,6 +25,8 @@ build: ...@@ -26,6 +25,8 @@ build:
- script: - script:
name: create packages name: create packages
code: | code: |
sudo gem install fpm
sudo apt-get install -y rpm
go run build.go package go run build.go package
# save packages # save packages
- script: - script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment