8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Change AppVeyor build as indicated by their support.

https://github.com/appveyor/ci/issues/3728#issuecomment-918423246
This commit is contained in:
Adriano dos Santos Fernandes 2021-09-14 14:41:51 -03:00
parent 61f2edffc2
commit eaea0cad51

View File

@ -44,6 +44,7 @@ install:
- sh: if [ $PLATFORM = "x86" ]; then export BUILD_FLAG=--build=i386-pc-linux-gnu; fi - sh: if [ $PLATFORM = "x86" ]; then export BUILD_FLAG=--build=i386-pc-linux-gnu; fi
- sh: sudo apt-get -y update - sh: sudo apt-get -y update
- sh: sudo apt-get -y install $APT_PACKAGES - sh: sudo apt-get -y install $APT_PACKAGES
- sh: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 80 --slave /usr/bin/g++ g++ /usr/bin/g++-7
- sh: find . -type f -iname "*.sh" -exec chmod +x {} \; - sh: find . -type f -iname "*.sh" -exec chmod +x {} \;
- sh: ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird $BUILD_FLAG - sh: ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird $BUILD_FLAG
- sh: make -j4 - sh: make -j4