8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +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 3fd7bf7975
commit 9022535f95

View File

@ -1,6 +1,6 @@
image:
- Visual Studio 2017
- Previous Ubuntu1804
- Ubuntu1804
platform:
- x64
@ -36,6 +36,7 @@ install:
- 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 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: ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird $BUILD_FLAG
- sh: make -j4