aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2024-10-13install python3 for github actionMITSUNARI Shigeo
2024-10-13install xz-util for github actionMITSUNARI Shigeo
2024-10-13add test by xedMITSUNARI Shigeo
2024-10-11don't run ci on pushing tagsdev-testMITSUNARI Shigeo
2024-06-11Merge branch 'github-actions' of https://github.com/scribam/xbyak into ↵MITSUNARI Shigeo
scribam-github-actions
2024-05-31Update actions/checkout to v4scribam
2024-05-09[doc] add CONTRIBUTING.mdMITSUNARI Shigeo
2022-12-02ci: use containersAndrea Pappacoda
GitHub's CI default runners are full of all kinds of software, and this can cause hard to reproduce errors. Luckly, GitHub Actions supports running jobs in a container image, so that the build environment is minimal and reprocucible. This patch changes the main CI job to run in a Debian Testing container, fixing the issues described in <https://github.com/herumi/xbyak/commit/cfb1127c3bf28d55e68b367a0a6944829a5c025d>. As Debian Testing is a semi-rolling relase distribution, and nasm 2.15 is shipped by default, I've also modified the script to install nasm from apt instead of building it from source.
2022-09-15compile nasm-2.15 instead of apt installMITSUNARI Shigeo
2022-05-13add test with noexceptionMITSUNARI Shigeo
2022-04-09Use Github Sponsor WidgetElectronicsArchiver
2022-03-05apt update at firstMITSUNARI Shigeo
2021-03-04use github actionMITSUNARI Shigeo