Instructions for building executables for XtreamCodes
/home/xtreamcodes/bin/php/bin/pecl install package
sudo python3 create_release.py --build main
sudo python3 create_release.py --build lb
We use GitHub Actions to automatically build and publish binaries to the repository Xtream_install when a new tag is posted.
- Go to the local Xtream_install repository
- Tag the new version:
git tag v1.0.0 git push origin v1.0.0
- GitHub Actions will run the build and publish the compiled binary to Releases.