Skip to content
Snippets Groups Projects
Commit cfee03e0 authored by Peter Thedens's avatar Peter Thedens
Browse files

move ci scripts into ci/ folder

parent b9570b40
No related branches found
No related tags found
1 merge request!20Updates to testing infrastructure
......@@ -11,10 +11,10 @@ stages:
build_job:
stage: build
script:
- bash ci-build.sh
- bash ci/ci-build.sh
# run tests using the binary built before
test_job:
stage: test
script:
- bash ci-test.sh
- bash ci/ci-test.sh
......@@ -3,7 +3,7 @@
set -e
# Quad Libraries and Boot image
(cd quad && make deep-clean && make)
(cd ../quad && make deep-clean && make)
# Ground station
git submodule update --init --recursive
......
......@@ -3,4 +3,4 @@
set -e
# Quad
(cd quad && make test)
(cd ../quad && make test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment