Skip to content

Commit 656d23e

Browse files
committed
Update circleci to use CppAD 2024 from GitHub
Signed-off-by: joaoleal <joaoruileal@gmail.com>
1 parent 99a3784 commit 656d23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
command: |
3434
curdir="$(pwd)"
3535
cd "${curdir}/${CPPADCG_DEPS}"
36-
git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppAD
37-
cd "CppAD"
36+
git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppADGit
37+
cd "CppADGit"
3838
mkdir build
3939
cd build
4040
cmake -Dcppad_prefix:PATH="${curdir}/${CPPAD_INSTALL}" \

0 commit comments

Comments
 (0)