Add Windows support and clean up toolchain #10

Samengevoegd
harraiken heeft 39 commits samengevoegd van multiplatform naar master 2025-07-10 12:37:42 +02:00
Showing only changes of commit e23ad59586 - Show all commits

Bestand weergeven

@ -11,7 +11,7 @@ jobs:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build XTChain - name: Build XTChain
run: CORES=10 ./build-linux.sh run: CORES=10 ./build.sh
- name: Publish binaries - name: Publish binaries
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env: