Skip to content

Commit

Permalink
run basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Mar 11, 2023
1 parent bf99ae2 commit 030b62b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .semaphore/semaphore.yml
Expand Up @@ -10,11 +10,10 @@ blocks:
jobs:
- name: test
commands:
- checkout
- git submodule update --init --force --recursive
- ./paparazzi_version
- docker/run.sh -it paparazziuav/pprz-ci bash test.sh
prologue:
commands:
- docker pull paparazziuav/pprz-ci
- echo "git config --global --add safe.directory '*'" > test.sh
- echo "ln -s /usr/bin/python3 /usr/bin/python" >> test.sh
- echo "make test" >> test.sh
Expand All @@ -23,4 +22,6 @@ blocks:
- echo "make test_all_confs" >> test_all.sh
- git config --global user.email "paparazzi-devel@nongnu.org"
- git config --global user.name "Paparazzi UAV"
- checkout
- git submodule update --init --force --recursive
dependencies: []

0 comments on commit 030b62b

Please sign in to comment.