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 717c867 commit c5e39b9
Show file tree
Hide file tree
Showing 2 changed files with 11 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:
10 changes: 6 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"tunemygc"
],
"buildpacks": [
{
"url": "heroku/ruby"
}
{
"url": "https://github.com/ello/heroku-buildpack-cmake.git"
},
{
"url": "heroku/ruby"
}
],
"description": "InSpec Results Viewer",
"env": {
Expand Down Expand Up @@ -51,4 +54,3 @@
},
"stack": "heroku-18"
}

0 comments on commit c5e39b9

Please sign in to comment.