Reimplement new pipeline and allow limiting number of cores used fo build #3

Zusammengeführt
belliash hat 8 Commits von pipeline nach master 2022-07-25 15:21:18 +02:00 zusammengeführt
Nur Änderungen aus Commit cf0207e210 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@@ -2,4 +2,13 @@ pipeline:
build:
image: codingworkshop/oscw-runner:latest
commands:
- CORES=8 ./build-linux.sh
- CORES=10 ./build-linux.sh
publish:
image: codingworkshop/oscw-runner:latest
secrets:
- OSCW_GITHUB_USERNAME
- OSCW_GITHUB_PASSWORD
when:
event: tag
commands:
- github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)