Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transfer cibuildwheel action (rism-digital#1893)
* check with policy * ste cmake flag * enforce flag * try alias (https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#language-and-runtime) * test with brew (https://github.com/ltcmelo/psychec/blob/master/.github/workflows/generator-build.yml) * test * test * test * test * test * test * fix indentation * test * fix symbol * removing options * remove unneeded stuff * should run fine * check if apt install is needed on Ubuntu * test * check available compilers * check for specific compiler * check for prebuilt compilers * use g++ * test * test * test * test * fix symbol * test with condensed logic * test win * test * missing if * try win * fix indentation * fix indentation again * test * get cmake * fix version * order * test * test * test * use XCode Developer * test * test * fix syntax * test * test * test * fix path * check * remove win * test * test * fix option * remove * test * test * test * test * get version * test * test * check * test * mute verify * test * test * test * test with 11.7 * test * test tests * test with full test suite * cache build * upload artifacts * git status * fix path * fix path * get changes * test * test * catch changed files * parallel build * test * test * test * add missing needs * test order * remove cache * test * Create python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update test-suite.yml * Update test-suite.yml * Test with win path * Test without nuget * Text with choco * check swig install * Update python-build.yml * Update setup.py * Update setup.py * Update python-build.yml * Update setup.py * Update python-build.yml * Update setup.py * Update python-build.yml * Update README.md * Update python-build.yml * Update python-build.yml * Update python-build.yml * Create python-ci-wheel.yml * Update python-ci-wheel.yml * Update python-ci-wheel.yml * Update setup.py * Update python-ci-wheel.yml * Update python-build.yml * Update python-ci-wheel.yml * Update python-ci-wheel.yml * Update python-ci-wheel.yml * Update setup.py * Update python-ci-wheel.yml * Update setup.py * Update python-build.yml * Update python-build.yml * Update setup.py * Update python-ci-wheel.yml * Update python-build.yml * Update setup.py * Update setup.py * Update setup.py * Create MANIFEST.in * Update MANIFEST.in * Update setup.py * Test with TestPyPi * Update setup.py * Update python-build.yml * Update python-build.yml * Run build_ext first to generate verovio.py * Update setup.py * Update setup.py * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update setup.py * Update setup.py * Delete MANIFEST.in * Test with data * Update setup.py * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update python-build.yml * Update setup.py * Test with top level setup * Update setup.py * Move complete python bindings to top level * Update setup.py * Only copy setup.py * copy complete python bindings to top level again * check with cibuildwheel * adapt swig to put verovio.py on top level * include linux for wheels * add swig to manylinux docker env * fix path in verovio.i * check toolkit installation * check with specific distros * update ci-wheel * specify architecture * test * test * wildcard not working with Windows PowerShell * use PowerShell specific command on Windows * remove module option * test * GetChildItem on Win * rename * update wheel.yml * no message * test * test with data_files * fix paths * Adding namespace-level function, see lpugin/verovio#0bc90d4fff985597e93245a73ccbba288f13ba65 * patch * adapt path * Add patches from https://github.com/lpugin/verovio/pull/17 * fix path * fix path to verovio.i * no message * no message * use python -m * fix python 3.9 * check installation from subfolder * no message * adjust os.system sub-shell command * check commit * verify version * run build_ext before sdist * run build_ext before sdist * include upload * force bash for build_ext to run shell script from Win * check with cibuild * fix install * move verovio module to bindings/python * test to trigger swig before cibuild * try to get correct swig on linux * try to get correct siwg on linux (2) * use manylinux2014 for cibuildwheel * use yum to install swig on linux (docker) * use specific ubuntu version * fix typo * build swig on linux * use yum again * run swig before build * include ubuntu x86 * there is no x86 ubuntu, use ubuntu-20.4 x64 instead * exlucde x86 for mac and linux * move everything into one file * test * Update setup.py * remove bindings/python/setup.py * cosmetics * fix test version * switch back module name and version * remove obsolete files * reset analytical.cpp (where is this coming from?) * indent in analytical * fix branch Co-authored-by: Laurent Pugin <[email protected]>
- Loading branch information