libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
296 stars 38 forks source link

cmake.yml does not run the examples #54

Closed zaikunzhang closed 12 months ago

zaikunzhang commented 12 months ago

Hi @jschueller

Checking https://github.com/libprima/prima/actions/runs/6149964117/job/16686926008 , no example runs after the building.

How could we let cmake.yml run the examples after the building is finished?

I suggest adding a new step named "Examples" after "Build" to run the examples under c/examples/ and fortran/examples/.

BTW, I have changed the "Test" step to "Stress test".

Thanks.