use specific version of closure

This commit is contained in:
August 2020-03-22 02:38:41 -04:00 committed by Fabian
parent 131f4e128b
commit 9c018e3d3a

View file

@ -152,10 +152,10 @@ update_version:
$(CLOSURE):
wget -P $(CLOSURE_DIR) https://dl.google.com/closure-compiler/compiler-latest.zip
unzip -d closure-compiler $(CLOSURE_DIR)/compiler-latest.zip \*.jar
wget -P $(CLOSURE_DIR) https://dl.google.com/closure-compiler/compiler-20190709.zip
unzip -d closure-compiler $(CLOSURE_DIR)/compiler-20190709.zip \*.jar
mv $(CLOSURE_DIR)/*.jar $(CLOSURE)
rm $(CLOSURE_DIR)/compiler-latest.zip
rm $(CLOSURE_DIR)/compiler-20190709.zip
tests: build/libv86.js
./tests/full/run.js