Browse Source

Clean up old scripts

[#20]
James Bowman 6 years ago
parent
commit
38be056ab2
5 changed files with 1 additions and 28 deletions
  1. 1 0
      .gitignore
  2. 0 12
      ard
  3. 0 16
      checkout
  4. 0 0
      scripts/publish
  5. 0 0
      scripts/publish.py

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@ mkino
 go
 [0-9][0-9][0-9][0-9][0-9][0-9].png
 w/
+untracked/

+ 0 - 12
ard

@@ -1,12 +0,0 @@
-# Uses the Arduino command line interface
-#
-# https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
-
-set -e
-
-rm -rf w/*
-cp $1.ino w/
-[ -f "converted-assets/$1_assets.h" ] && cp converted-assets/$1_assets.h w/
-cd w/
-# --preserve-temp-files 
-time $HOME/arduino-1.8.3/arduino -v --upload $1.ino

+ 0 - 16
checkout

@@ -1,16 +0,0 @@
-set -e
-
-TESTS="helloworld fizz blobs simon jpeg logo walk tiled mono slotgag reflection sketch tilt noisy song viewer radarchart selftest cobra jnr kenney sprites widgets nightstrike chess invaders frogger"
-TESTS="jpeg nightstrike selftest"
-
-for T in $TESTS
-do
-  ./mkino $T build
-done
-
-for T in $TESTS
-do
-  echo -n "Press enter for $T"
-  read LINE
-  ./mkino $T upload
-done

+ 0 - 0
publish → scripts/publish


+ 0 - 0
publish.py → scripts/publish.py