mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 06:27:26 +00:00
Make gitlab pipeline jobs interruptible
This commit is contained in:
@@ -5,6 +5,7 @@ stages:
|
||||
build-gcc:
|
||||
image: laupetin/gcc-9-multilib:latest
|
||||
stage: build
|
||||
interruptible: true
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
@@ -19,6 +20,7 @@ build-gcc:
|
||||
test-gcc:
|
||||
image: laupetin/gcc-9-multilib:latest
|
||||
stage: test
|
||||
interruptible: true
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
|
Reference in New Issue
Block a user