mirror of https://github.com/xqemu/xqemu.git
build: Add release builds to TravisCI
This commit is contained in:
parent
2dc570561e
commit
b6a1a2d060
|
@ -57,5 +57,9 @@ git:
|
|||
# we want to do this ourselves
|
||||
submodules: false
|
||||
|
||||
env:
|
||||
- CONFIG=""
|
||||
- CONFIG="--release"
|
||||
|
||||
script:
|
||||
- ./build.sh
|
||||
- ./build.sh ${CONFIG}
|
||||
|
|
Loading…
Reference in New Issue