mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
We replace the github workflow commands and "cwd.py" script by a single "fsf_build.sh" script, which simplifies the github workflow. * cwd.py: removed * fsf_build.sh: new script which essentially runs configure, make, make install, preceded by some opam commands to install dependencies. * workflow.yml: remove most code and call the fsf_build script instead.