Build submissions with toolchain from Alire (#354)

* New workflow to test crates using indexed toolchain

* Conditionally install compiler

* Print crate environment after build
This commit is contained in:
Alejandro R Mosteo
2021-09-15 11:37:10 +02:00
committed by GitHub
parent 86659c3195
commit a09140f021
2 changed files with 72 additions and 1 deletions
+3 -1
View File
@@ -144,8 +144,10 @@ for file in $CHANGES; do
elif $is_binary; then
echo FETCHED BINARY crate OK
else
echo LISTING EXECUTABLES of crate $milestone
cd ${crate}_${version}_*
echo BUILD ENVIRONMENT
alr printenv
echo LISTING EXECUTABLES of crate $milestone
alr run -d --list
cd ..
fi