commit dfaf79ee2069c4f5c49761253f9102e8446f47f4
parent 39ffa1610c8e5f025814717d72c9bd3747f3da6f
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 19 Sep 2018 14:03:39 -0400
use AppVeyor's new Ubuntu 18.04 images
https://www.appveyor.com/blog/2019/09/18/ubuntu-1804-bionic-beaver/
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
@@ -1,7 +1,7 @@
---
version: "{build}-{branch}"
image:
- - &linux Ubuntu
+ - &linux Ubuntu1804
- &windows Visual Studio 2017
platform:
- x64
@@ -27,10 +27,6 @@ for:
# HACK: tup needs a parent process to do setpgid successfully
build_script: docker exec arch sh -c "echo tup $PLATFORM | sh"
before_test:
- - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- - sudo apt-get update -qq
- - sudo apt-get install libstdc++6 -qq
-
- if [[ "$PLATFORM" == "x86" ]]; then
sudo apt-get install libcurl3:i386 -qq;
fi