From b16a9adaecd0f174cbfa6cac08a1e9c4cc30ce91 Mon Sep 17 00:00:00 2001 From: Dmitry Misharov Date: Wed, 6 Sep 2023 14:52:51 +0200 Subject: [PATCH] test azure pipelines --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..e81f94e7c5 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +pr: + - master +trigger: + - master + +jobs: + - job: Linux + pool: + vmImage: ubuntu-latest + steps: + - script: git submodule update --init --depth 1 fuzz/corpora + - script: ./config --banner=Configured no-asm no-makedepend enable-buildtest-c++ enable-fips --strict-warnings -D_DEFAULT_SOURCE && perl configdata.pm --dump + - script: make -s -j4 + - script: make test HARNESS_JOBS=${HARNESS_JOBS:-4}