Browse Source

split test and build

master
zapashcanon 5 years ago
parent
commit
2c0d1b8ff9
Signed by: zapashcanon GPG Key ID: 8981C3C62D1D28F1
  1. 4
      scripts/build.sh
  2. 12
      scripts/test.sh

4
scripts/build.sh

@ -16,9 +16,5 @@ set -eu
wget "https://unpkg.com/nes.css@latest/css/nes.min.css" -O nes.min.css
wget "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" -O bootstrap.min.css )
( cd src/js
flow main.js )
echo "Done !"
)

12
scripts/test.sh

@ -0,0 +1,12 @@
#!/bin/sh
set -eu
( cd "$(dirname "$0")/../"
( cd src/js
flow main.js )
echo "Done !"
)
Loading…
Cancel
Save