mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 08:40:16 +00:00
Initial commit
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
build:
|
||||
node-waf build
|
||||
|
||||
clean:
|
||||
node-waf clean
|
||||
|
||||
ifndef only
|
||||
test: build
|
||||
@expresso -I lib test/*.test.js
|
||||
else
|
||||
test: build
|
||||
@expresso -I lib test/${only}.test.js
|
||||
endif
|
||||
|
||||
.PHONY: build clean test
|
||||
Reference in New Issue
Block a user