Build latest release branch

This commit is contained in:
BtbN 2020-09-03 19:24:00 +02:00
parent 49d6732d47
commit ce2c884aaf
5 changed files with 14 additions and 2 deletions

4
variants/gpl-4.2.sh Normal file
View file

@ -0,0 +1,4 @@
CONFIGURE="--enable-gpl --enable-version3"
CFLAGS=""
LDFLAGS=""
GIT_BRANCH="release/4.2"

4
variants/lgpl-4.2.sh Normal file
View file

@ -0,0 +1,4 @@
CONFIGURE="--enable-version3"
CFLAGS=""
LDFLAGS=""
GIT_BRANCH="release/4.2"

View file

@ -0,0 +1,2 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")/win64-gpl.sh"

View file

@ -0,0 +1,2 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")/win64-gpl.sh"