Unverified Commit cee7f3b5 by Kewde Committed by GitHub

move before make clean lol

parent c1a21228
...@@ -30,11 +30,6 @@ function electron_test() { ...@@ -30,11 +30,6 @@ function electron_test() {
# test installing from source # test installing from source
npm install --build-from-source --clang=1 $GYP_ARGS npm install --build-from-source --clang=1 $GYP_ARGS
electron_pretest
electron_test
publish
make clean
# TODO: remove me -start # TODO: remove me -start
cd ./lib/binding/ cd ./lib/binding/
...@@ -48,6 +43,11 @@ done ...@@ -48,6 +43,11 @@ done
cd ../../ cd ../../
# TODO: remove me -end # TODO: remove me -end
electron_pretest
electron_test
publish
make clean
# now test building against shared sqlite # now test building against shared sqlite
export NODE_SQLITE3_JSON1=no export NODE_SQLITE3_JSON1=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment