Update config.yml
This commit is contained in:
@@ -6,8 +6,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt update -qq
|
apt update -qq
|
||||||
sudo apt install -y git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev libx11-dev lib32z-dev libxml2-utils xsltproc schedtool gettext nodejs npm
|
apt install -y git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev libx11-dev lib32z-dev libxml2-utils xsltproc schedtool gettext nodejs npm
|
||||||
npm install -g surge
|
npm install -g surge
|
||||||
|
|
||||||
export TUPLE="danio"
|
export TUPLE="danio"
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
echo "error detected @ ${STAGE} !"
|
echo "error detected @ ${STAGE} !"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
sudo ./danio_gcc.sh ${i}
|
./danio_gcc.sh ${i}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
(cd out; ls | (echo '<html><center><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></center></html>') > index.html)
|
(cd out; ls | (echo '<html><center><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></center></html>') > index.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user