From eba4beb0074872830876d4149abcf243ea52f90f Mon Sep 17 00:00:00 2001 From: Frank Yellin Date: Tue, 19 Dec 2023 17:07:25 -0800 Subject: [PATCH] See about Swig --- .github/workflows/run-c-code.yml | 4 ++-- .github/workflows/run-tests.yml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-c-code.yml b/.github/workflows/run-c-code.yml index 20fd97a..76b5ed0 100644 --- a/.github/workflows/run-c-code.yml +++ b/.github/workflows/run-c-code.yml @@ -34,8 +34,8 @@ jobs: # C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe - uses: ilammy/msvc-dev-cmd@v1.4.1 -# with: -# toolset: 14.35.32215 + with: + vsversion: 17.0 - name: Make directories run: | diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 146246d..7a9c83c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,7 +4,7 @@ run-name: Run Tests triggered by ${{ github.ref_type }} ${{ github.ref_name }} o on: workflow_dispatch: push: - branches: [ Tester ] + branches: [ XTester ] jobs: test: @@ -39,8 +39,12 @@ jobs: # If setup.py is modified, we want to invalidate the cache. It means that there # has been some change to the build process (a new Spice version??) and we want # to make sure new sources are pulled. + # C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.37.32822 + # C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215 key: ${{ matrix.os }}-${{ runner.arch }}-${{ env.cache-name }}-${{ hashFiles('setup.py') }} + + - name: Generate cspyce run: | python setup.py generate