Skip to content

Commit

Permalink
Merge pull request #46 from eobrain/pkg
Browse files Browse the repository at this point in the history
Pkg
  • Loading branch information
eobrain authored Nov 19, 2020
2 parents 4b5b3ee + e55b2dc commit f44846c
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ test/colby/hellomake
test/colby/hellofunc.o
test/colby/hellomake.o
/coverage
/.nyc_output
/.nyc_output
/bajel-linux
/bajel-macos
/bajel-win.exe
4 changes: 4 additions & 0 deletions BUILD.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!src/cli.js default

[default]
deps=["bajel.linux"]

["bajel.linux"]
deps=["check", "test"]
exec="npx pkg ."

[test]
exec="npx ava"
Expand Down
Loading

0 comments on commit f44846c

Please sign in to comment.