Norman Maurer
|
eca0e160ed
|
Add license header to our scripts and workflows (#11282)
Motivation:
We should have license header whenever possible.
Modifications:
Add header to scripts and workflow config
Result:
More clear licensing
|
2021-05-19 14:06:42 +02:00 |
|
Norman Maurer
|
342f52e813
|
Let script fail if one command fail (#10945)
Motivation:
We should use `set -e` to ensure we fail the script if one command fails.
Modifications:
Add set -e to script
Result:
Fail fast
|
2021-01-15 16:47:49 +01:00 |
|
Norman Maurer
|
9da336f2fc
|
Split pr and normal build (#10884)
Motivation:
We should better use seperate workflows for PR and normal builds
Modifications:
- Split workflows
- Better cache reuse
Result:
Cleanup
|
2020-12-23 09:32:04 +01:00 |
|