Skip to content

Commit

Permalink
added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Feb 5, 2018
1 parent b2d08a5 commit 1bc0480
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
BUNDLE_DIR ?= .bundle

build:
puppet module build

changelog:
github_changelog_generator -u hep-puppet -p htcondor

release: build changlelog

verify: bundle_install
bundle exec rake test

bundle_install:
bundle install --path $(BUNDLE_DIR)

acceptance: bundle_install
exit 0
#bundle exec rake beaker:default

test:
bundle exec rake lint
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ and make sure no errors are present when submitting code.

### Generating changlelog
```
export CHANGELOG_GITHUB_TOKEN<your github token>
github_changelog_generator -u hep-puppet -p htcondor
```

0 comments on commit 1bc0480

Please sign in to comment.