Skip to content
Snippets Groups Projects
Commit ebac7e44 authored by David Bauer's avatar David Bauer Committed by Martin Weinelt
Browse files

contrib: add build-script for GitHub actions

parent a37098da
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment