Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile to support for GitHub Actions #66

Merged
merged 2 commits into from
Feb 23, 2019

Conversation

kentaro-m
Copy link
Owner

@kentaro-m kentaro-m commented Feb 22, 2019

Description

  • Add Dockerfile to support for GitHub Actions

screen shot 2019-02-23 at 0 57 51

TODO

  • Update README.md
  • Fix an error occurring in build
> dtrace-provider@0.8.7 install /app/node_modules/dtrace-provider
> node-gyp rebuild || node suppress-error.js

gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:406:16)
gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:68:16)
gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:80:29)
gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:89:16
gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/isexe/index.js:42:5
gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:154:21)
gyp ERR! System Linux 4.15.0-1027-gcp
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /app/node_modules/dtrace-provider
gyp ERR! node -v v10.15.1
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 

@kentaro-m kentaro-m added the enhancement New feature or request label Feb 22, 2019
@coveralls
Copy link

coveralls commented Feb 23, 2019

Pull Request Test Coverage Report for Build 104

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 99: 0.0%
Covered Lines: 32
Relevant Lines: 32

💛 - Coveralls

@kentaro-m kentaro-m marked this pull request as ready for review February 23, 2019 03:53
@kentaro-m kentaro-m force-pushed the add-support-github-actions branch from 6eb5065 to ca7f112 Compare February 23, 2019 03:55
@kentaro-m kentaro-m merged commit 634753c into master Feb 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the add-support-github-actions branch February 23, 2019 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants