diff --git a/.gitignore b/.gitignore index bb02685c..589f2031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ # IDE - VSCode .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json # misc *.zip diff --git a/scripts/test.sh b/scripts/test.sh new file mode 100755 index 00000000..ef17bd83 --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,4 @@ +#! /bin/sh +bundle config --local path vendor/bundle +bundle install +bundle exec arduino_ci_remote.rb --skip-examples-compilation diff --git a/testAndBuild.sh b/scripts/testAndBuild.sh similarity index 100% rename from testAndBuild.sh rename to scripts/testAndBuild.sh diff --git a/test.sh b/test.sh deleted file mode 100755 index 5dcda88f..00000000 --- a/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -bundle install --path vendor/bundle -bundle exec arduino_ci_remote.rb --skip-compilation