Update config.yml

This commit is contained in:
Daniel
2018-10-04 18:12:18 +02:00
committed by GitHub
parent 08f38207f2
commit 36d739a03e
+4 -4
View File
@@ -5,9 +5,9 @@ jobs:
steps: steps:
- checkout - checkout
- run: | - run: |
apt update -qq sudo apt update -qq
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 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
npm install -g surge sudo npm install -g surge
export TUPLE="danio" export TUPLE="danio"
@@ -17,7 +17,7 @@ jobs:
echo "error detected @ ${STAGE} !" echo "error detected @ ${STAGE} !"
exit 1 exit 1
else else
./danio_gcc.sh ${i} sudo ./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)