Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
00:39 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:13 |
git config --global user.email "address@hidden" |
00:00 |
git config --global user.name "Paparazzi UAV" |
00:00 |
git status --ignored |
00:01 |
git submodule deinit --force . |
00:00 |
rm -rf .git/modules |
00:00 |
git submodule update --init --force --recursive |
05:52 |
curl https://sh.rustup.rs -sSf | sudo sh -y |
00:00 |
sh: 0: Illegal option -y
curl: (23) Failed writing body (0 != 9925)
rustup install nightly |
N/A |
rustup default nightly |
N/A |
rustup target add thumbv7em-none-eabihf |
N/A |
if [ "$SEMAPHORE_TRIGGER_SOURCE" = "scheduler" ]; then docker/run.sh -it paparazziuav/pprz-ci make test_all_confs ; else docker/run.sh -it paparazziuav/pprz-ci make test ; fi |
N/A |
|