summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5c663735..bf1d8076 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
image:
- - Ubuntu1804
- - Ubuntu
+ - Ubuntu2004
+ - Ubuntu2204
platform:
- x64
@@ -13,11 +13,11 @@ configuration:
environment:
matrix:
- CC: clang
-
- CC: gcc
install:
- sudo apt-get update
+ - sudo apt-get install clang
- sudo apt-get install protobuf-c-compiler --yes
- sudo apt-get install libprotobuf-c-dev --yes || true
- sudo apt-get install libgcrypt20-dev libssl-dev libfuse-dev dnsutils --yes
@@ -25,10 +25,10 @@ install:
before_build:
- mkdir -p build
- cd build
- - cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% ..
+ - cmake -DCMAKE_BUILD_TYPE=$CONFIGURATION ..
build_script:
- make
test_script:
- - make check \ No newline at end of file
+ - env CTEST_OUTPUT_ON_FAILURE=1 make check