mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Make gitlab pipeline jobs interruptible
This commit is contained in:
parent
e8ce4570ad
commit
0bca307208
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user