Skip to content

Commit 28e1874

Browse files
committed
ci: use local build for windows-clang
1 parent 28dd510 commit 28e1874

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci-windows-clang.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
6060
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ^
6161
..
62-
cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target check install
63-
cd ${{github.workspace}}/CppAD/build/
62+
cmake --build ${{github.workspace}}/CppAD/build --config ${{env.BUILD_TYPE}} --target install
6463
6564
cd ${{github.workspace}}
6665

.github/workflows/ci-windows-v142.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install cmake and update conda
3535
run: |
3636
conda install cmake -c main
37+
conda install cppadcodegen -c conda-forge
3738
3839
- name: Build PyCppAD
3940
shell: cmd /C CALL {0}

.github/workflows/conda/conda-env-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ dependencies:
66
- boost
77
- eigenpy
88
- python
9-
- cppadcodegen

0 commit comments

Comments
 (0)