Debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stefan Hoffmann 2020-09-28 13:29:22 +02:00
parent c920cda16d
commit 099f1586e3

View File

@ -10,7 +10,7 @@ global-variables:
<<: *env
commands:
- cd gluon
- make -j1 v=sc GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
- make -j1 V=sc GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
# - make -j6 GLUON_BRANCH=beta GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
# Don´t build Experimental. The Experimental Firmware is in another Branch
# - make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental