From 7f9f9a466328f90adb91605d651c13265f6f2d75 Mon Sep 17 00:00:00 2001 From: Thomas Kittelmann Date: Fri, 3 Nov 2023 13:36:57 +0100 Subject: [PATCH] debug CI #2 --- .github/workflows/basictest.yml | 16 ++++++++-------- .../example_project_release_mode/simplebuild.cfg | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/basictest.yml b/.github/workflows/basictest.yml index ecd4c60..3b070af 100644 --- a/.github/workflows/basictest.yml +++ b/.github/workflows/basictest.yml @@ -10,14 +10,14 @@ jobs: strategy: matrix: include: - - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } - - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } +# - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } +# - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } - { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.10' } - - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' } - - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } - - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } - - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } - #- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" } +# - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' } +# - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } +# - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } +# - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } +# #- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" } name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }} runs-on: ${{ matrix.os }} env: @@ -51,7 +51,7 @@ jobs: - name: Build-and-test-release-mode run: | which xcrun >/dev/null && export SDKROOT=$(xcrun --sdk macosx --show-sdk-path) - cd ./src/resources/example_project_release_mode && simplebuild ONLY=RandUtils -vtj1 --testexcerpts=100 + cd ./src/resources/example_project_release_mode && simplebuild -vtj1 --testexcerpts=100 # - name: Build-and-test-debug-mode # run: | diff --git a/resources/example_project_release_mode/simplebuild.cfg b/resources/example_project_release_mode/simplebuild.cfg index 895beb5..282a670 100644 --- a/resources/example_project_release_mode/simplebuild.cfg +++ b/resources/example_project_release_mode/simplebuild.cfg @@ -4,3 +4,4 @@ projects= ["dgcode_val"] [build] mode = 'release' + pkg_filter = ['RandUtils','RandTests']