test commit

pull/241/head
connor rigby 2017-02-01 08:28:16 -08:00
parent c77252ed90
commit eff33f6524
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# THIS FILE WAS GENERATED BY `build_makefile.exs`
# 575462c
# Mon Jan 30 08:09:33 2017 -0800
# added-set_user_env-celery_script
# c77252e
# Wed Feb 1 08:20:55 2017 -0800
# code-consistency-is-now-part-of-tests
default: rpi3
@ -19,7 +19,7 @@ clean:
rm -rf deps
rm -rf _build
test: clean dev_env
test: dev_env
scripts/run_tests.sh
## End default portion.
@ -49,7 +49,7 @@ firmware-rpi:
scripts/build_firmware.sh rpi
release-rpi: rpi
scripts/build_release_images.sh rpi 3.0.3-staging
scripts/build_release_images.sh rpi 3.0.3-staging.2
## end rpi portion.
## begin rpi3 portion.
@ -77,7 +77,7 @@ firmware-rpi3:
scripts/build_firmware.sh rpi3
release-rpi3: rpi3
scripts/build_release_images.sh rpi3 3.0.3-staging
scripts/build_release_images.sh rpi3 3.0.3-staging.2
## end rpi3 portion.
## begin rpi2 portion.
@ -105,7 +105,7 @@ firmware-rpi2:
scripts/build_firmware.sh rpi2
release-rpi2: rpi2
scripts/build_release_images.sh rpi2 3.0.3-staging
scripts/build_release_images.sh rpi2 3.0.3-staging.2
## end rpi2 portion.

View File

@ -118,7 +118,7 @@ defmodule Farmbot.Mixfile do
def aliases(_), do: [
"firmware": ["farmbot.warning"],
"credo": ["credo list --only readability,warning,todo,inspect,refactor --ignore-checks todo,spec"],
"test": ["credo", "test"]
"test": ["test", "credo"]
]
# the nerves_system_* dir to use for this build.

View File

@ -24,7 +24,7 @@ clean:
\trm -rf deps
\trm -rf _build
test: clean dev_env
test: dev_env
\tscripts/run_tests.sh
## End default portion.\n"