Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
added cmake build pack
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Lippold <[email protected]>
  • Loading branch information
aaronlippold committed Apr 22, 2019
1 parent edc4123 commit a24c857
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .pkgr.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
before:
- 'export SECRET_KEY_BASE=xxx'
after_install: 'setup-secrets.sh'
- "export SECRET_KEY_BASE=xxx"
after_install: "setup-secrets.sh"
build_dependencies:
- ImageMagick-devel
- libxml2-devel
- libxslt-devel
- gcc
- make
- cmake
- cmake-devel
- automake
dependencies:
- mongodb-org-server
- ImageMagick
- cmake
targets:
centos-7:
13 changes: 9 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"mongolab",
"tunemygc"
],
"buildpacks": [{
"url": "heroku/ruby"
}],
"buildpacks": [
{
"url": "https://github.com/ello/heroku-buildpack-cmake.git"
},
{
"url": "heroku/ruby"
}
],
"description": "InSpec Results Viewer",
"env": {
"SECRET_KEY_BASE": {
Expand Down Expand Up @@ -46,4 +51,4 @@
},
"scripts": {},
"stack": "heroku-18"
}
}

0 comments on commit a24c857

Please sign in to comment.