mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 08:40:39 +01:00
Change AppVeyor build as indicated by their support.
https://github.com/appveyor/ci/issues/3728#issuecomment-918423246
This commit is contained in:
parent
3fd7bf7975
commit
9022535f95
@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
- Previous Ubuntu1804
|
- Ubuntu1804
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
@ -36,6 +36,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
|
||||||
|
Loading…
Reference in New Issue
Block a user