Skip to content

Commit

Permalink
240421.213633.HKT update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 21, 2024
1 parent fe48d03 commit d7ebc1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,13 @@ task:
else
SOLVER=cobyla
fi
echo $SOLVER_NUM $SOLVER
$MK clean && $MK gtest_i2.$SOLVER
# Decide the real kind by date
RK=$((2**($(date +%-d) % 3 + 2)))
echo $RK
$MK clean && $MK gtest_i2_r${RK}_d1_tst.$SOLVER
on_failure:

0 comments on commit d7ebc1b

Please sign in to comment.