mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Some checks are pending
ci-build / build-source-dist (push) Waiting to run
ci-build / build-wheels (x64, macos-13, 3.10) (push) Blocked by required conditions
ci-build / build-wheels (x64, macos-13, 3.11) (push) Blocked by required conditions
ci-build / build-wheels (x64, macos-13, 3.12) (push) Blocked by required conditions
ci-build / build-wheels (x64, macos-13, 3.13-dev) (push) Blocked by required conditions
ci-build / build-wheels (x64, macos-13, 3.8) (push) Blocked by required conditions
ci-build / build-wheels (x64, macos-13, 3.9) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.10) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.11) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.12) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.13-dev) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.8) (push) Blocked by required conditions
ci-build / build-wheels (x64, ubuntu-22.04, 3.9) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.10) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.11) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.12) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.13-dev) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.8) (push) Blocked by required conditions
ci-build / build-wheels (x64, windows-2022, 3.9) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.10) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.11) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.12) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.13-dev) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.8) (push) Blocked by required conditions
ci-build / build-wheels (x86, windows-2022, 3.9) (push) Blocked by required conditions
* Add --quiet option
* First pass on github workflow for CI
* Comment out the 2nd job for now
* Changes and tweaks from what I learned in a test project
* We also need to run the dox command
* Set PYTHONUNBUFFERED in the workflow
* Copy sip.h when the siplib is (re)created, instead of later during the build
* generate version modules in cmd_sdist too
* More fixes for building an sdist in a clean folder
* install gettext
* sudo
* Add build-wheels job
* add apt update
* Explicitly install libunwind-dev to workaround a package dependency bug
* Split the generate and the sdist step into 2 steps.
* fixes for building sdist on Windows, and also enable some additional MSVC info when building
* Use ilammy/msvc-dev-cmd to set up MSVC
* Comment out some no longer needed debug prints
* Add remaining matrix entries
* Uninstall wxPython at the end of the test, turn off fail-fast.
* uninstall --yes
* Add builds for Python 3.12 and 3.13
* Pin setuptools to < 74 on Windows due to removal of setuptools.msvc
* Remove Azure pipelines
* Try building on macOS x86 (not ARM)
* Update actions versions to non-deprecated ones
* Use macOS 13 (-large images seem to not be available on free accounts)
* avoid using -latest to avoid surprises later
* fix typo
* Remove checkout step from matrix (shouldn't be needed?)
* Revert "Remove checkout step from matrix (shouldn't be needed?)"
This reverts commit 385ef5c832
.
---------
Co-authored-by: Scott Talbert <swt@techie.net>
79 lines
1.0 KiB
Plaintext
79 lines
1.0 KiB
Plaintext
# Global wildcards to ignore
|
|
*.pyc
|
|
*.pyd
|
|
*.pdb
|
|
.waf-*
|
|
.waf3-*
|
|
.lock-waf*
|
|
wingdbstub.py*
|
|
mydbstub.py*
|
|
|
|
.idea
|
|
.cache
|
|
.vagrant
|
|
.vscode
|
|
.env
|
|
|
|
/build
|
|
/tmp
|
|
/dist
|
|
/license
|
|
/LICENSE.txt
|
|
/*.egg-info
|
|
/REV.txt
|
|
/.idea
|
|
|
|
/bin/sip-*
|
|
/bin/waf-*
|
|
/bin/waf3-*
|
|
/bin/doxygen-*
|
|
|
|
/demo/version.py
|
|
|
|
/docs/html*
|
|
/docs/sphinx/*.txt
|
|
/docs/sphinx/*.rst
|
|
/docs/sphinx/*.pkl
|
|
/docs/sphinx/*.inc
|
|
/docs/sphinx/*.lst
|
|
/docs/sphinx/_static/images/inheritance/*_inheritance.*
|
|
/docs/sphinx/_templates/gallery.html
|
|
/docs/sphinx/rest_substitutions/snippets/cpp/*.cpp
|
|
/docs/sphinx/build
|
|
|
|
|
|
/sip/cpp/sip.signature
|
|
/sip/cpp/*.sbf
|
|
/sip/cpp/*.h
|
|
/sip/cpp/*.cpp
|
|
/sip/cpp-*
|
|
/sip/gen/*.sip
|
|
/sip/siplib
|
|
|
|
/wx/*.py
|
|
/wx/*.pyc
|
|
/wx/*.pi
|
|
/wx/*.pyi
|
|
/wx/*.so
|
|
/wx/*.pyd
|
|
/wx/*.dylib
|
|
/wx/libwx_*
|
|
/wx/locale
|
|
/wx/*.dll
|
|
/wx/include/wxPython/sip.h
|
|
|
|
/wx/svg/*.so
|
|
/wx/svg/*.pyd
|
|
wx/svg/_version.py
|
|
|
|
/unittests/lib_pubsub_provider_actual.py
|
|
|
|
ubuntu-xenial-16.04-cloudimg-console.log
|
|
ubuntu-bionic-18.04-cloudimg-console.log
|
|
.pytest_cache
|
|
|
|
/samples/doodle/build
|
|
/samples/doodle/dist
|
|
samples/embedded/embedded
|
|
samples/embedded/embedded.o
|