aiyion.prime
|
4ab486dd2c
|
run-build.sh, gluon_bat0.sh: add double quotes
to prevent word splitting and globbing
|
2022-06-22 14:56:12 +02:00 |
|
Matthias Schiffer
|
55c51f2a73
|
actions: script improvements
- Rely on shebang instead of setting shell in workflow
- Run whole install-dependencies.sh in sudo
- Use /bin/sh instead of bash
- set -e
|
2020-05-13 15:48:06 +02:00 |
|
Matthias Schiffer
|
2889904e5f
|
actions: set BUILD_LOG=1 and store logs as artifacts
The new step is added with `if: ${{ !cancelled() }}`, so the logs are
stored even when the build fails.
|
2020-05-13 15:48:06 +02:00 |
|
Matthias Schiffer
|
ab6596115a
|
build: introduce GLUON_AUTOREMOVE flag
|
2020-05-13 15:48:06 +02:00 |
|
David Bauer
|
83b2c41cee
|
contrib: actions: enable verbose output
|
2020-04-05 19:19:58 +02:00 |
|
David Bauer
|
bb905b3351
|
actions: move dependencies to dedicated step
|
2020-04-05 19:08:15 +02:00 |
|
David Bauer
|
ebac7e4459
|
contrib: add build-script for GitHub actions
|
2020-04-04 18:04:31 +02:00 |
|