Skip to content

Commit

Permalink
See about Swig
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Dec 20, 2023
1 parent 1cf411b commit eba4beb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-c-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eba4beb

Please sign in to comment.