Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
79ce7c1c
Commit
79ce7c1c
authored
May 17, 2017
by
Jeremy Morrell
Committed by
GitHub
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Heroku-16 stack (#406)
- Drop testing support for Cedar-10 - Add testing support for Heroku-16
parent
dbad6885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
makefile
makefile
+8
-7
No files found.
makefile
View file @
79ce7c1c
test
:
test-cedar-14
test
:
test-heroku-16 test-cedar-14
test-heroku-16
:
@
echo
"Running tests in docker (heroku-16)..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
-e
"STACK=heroku-16"
heroku/heroku:16 bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
@
echo
""
test-cedar-14
:
@
echo
"Running tests in docker (cedar-14)..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
-e
"STACK=cedar-14"
heroku/cedar:14 bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
@
echo
""
test-cedar-10
:
@
echo
"Running tests in docker (cedar)..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
-e
"STACK=cedar"
fabiokung/cedar bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
shell
:
@
echo
"Opening
cedar-14
shell..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
heroku/
cedar:14
bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; bash'
@
echo
"Opening
heroku-16
shell..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
heroku/
heroku:16
bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; bash'
@
echo
""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment