From 12979217ac2b6f9e93e29fe4ef8fafc5f031c933 Mon Sep 17 00:00:00 2001 From: Lars Ivar Hatledal Date: Fri, 9 Apr 2021 14:38:45 +0200 Subject: [PATCH] test --- .github/workflows/ci-conan.yml | 154 +++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 64 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 1125c02d..6fa579e6 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -11,21 +11,14 @@ env: CONAN_USE_ALWAYS_SHORT_PATHS: True jobs: - conan-on-linux: - name: Conan + + cmake-on-linux: + name: cmake runs-on: ${{ matrix.os }} - env: - CC: gcc-${{ matrix.compiler_version }} - CXX: g++-${{ matrix.compiler_version }} strategy: fail-fast: false matrix: - os: [ubuntu-18.04] - build_type: [Debug, Release] - compiler_version: [7, 8, 9] - compiler_libcxx: [libstdc++11] - option_proxyfmu: ['proxyfmu=True', 'proxyfmu=False'] - + os: [ ubuntu-18.04 ] steps: - uses: actions/checkout@v2 - name: Install prerequisites @@ -34,59 +27,92 @@ jobs: sudo pip3 install conan - name: Configure Conan run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - - name: Conan create - run: | - REFNAME="${GITHUB_REF#refs/*/}" - VERSION="v$(