11 lines
148 B
Bash
Executable File
11 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export BROKEN=1
|
|
export GLUON_DEPRECATED=1
|
|
export GLUON_SITEDIR="contrib/ci/minimal-site"
|
|
export GLUON_TARGET=$1
|
|
|
|
make update
|
|
make -j2
|
|
|