contrib: add build-script for GitHub actions
This commit is contained in:
parent
a37098da6b
commit
ebac7e4459
12
contrib/actions/run-build.sh
Executable file
12
contrib/actions/run-build.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo apt install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
|
||||||
|
|
||||||
|
export BROKEN=1
|
||||||
|
export GLUON_DEPRECATED=1
|
||||||
|
export GLUON_SITEDIR="contrib/ci/minimal-site"
|
||||||
|
export GLUON_TARGET=$1
|
||||||
|
|
||||||
|
make update
|
||||||
|
make -j2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user