Skip to content
Snippets Groups Projects
run-build.sh 148 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    export BROKEN=1
    export GLUON_DEPRECATED=1
    export GLUON_SITEDIR="contrib/ci/minimal-site"
    export GLUON_TARGET=$1
    
    make update
    make -j2