diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 5c663735..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,34 +0,0 @@ -image: - - Ubuntu1804 - - Ubuntu - -platform: - - x64 - - x86 - -configuration: - - Release - - Debug - -environment: - matrix: - - CC: clang - - - CC: gcc - -install: - - sudo apt-get update - - 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 - -before_build: - - mkdir -p build - - cd build - - cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% .. - -build_script: - - make - -test_script: - - make check
\ No newline at end of file |
