data/method/mavlink/pymavlink/generator/javascript/Makefile

11 lines
128 B
Makefile
Raw Normal View History

2024-07-24 18:30:46 +08:00
all: clean
npm install
test: all
mocha test
ci: all
mocha --reporter xunit test > mocha.xml
clean:
rm -rf implementations