Revert "Customize cloning to include tags so that VERSION is valid."
This reverts commit 646af596d8
.
This commit is contained in:
parent
225d89998b
commit
b6f1f2669a
@ -10,11 +10,7 @@ task:
|
|||||||
install_script:
|
install_script:
|
||||||
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
||||||
- pkg upgrade -y
|
- pkg upgrade -y
|
||||||
- pkg install -y autoconf git gmake
|
- pkg install -y autoconf gmake
|
||||||
clone_script:
|
|
||||||
- git clone --tags --branch=${CIRRUS_BASE_BRANCH} https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git ${CIRRUS_WORKING_DIR}
|
|
||||||
- git fetch origin ${CIRRUS_BRANCH}/head:${CIRRUS_BRANCH}
|
|
||||||
- git checkout ${CIRRUS_BRANCH}
|
|
||||||
script:
|
script:
|
||||||
- autoconf
|
- autoconf
|
||||||
#- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS
|
#- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user