keep data between stages
This commit is contained in:
parent
a43b730b53
commit
2b863c6050
@ -10,12 +10,18 @@ cmake:
|
||||
stage: cmake
|
||||
script:
|
||||
- cmake -S . -B build
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cd build
|
||||
- make
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/bin/*"
|
||||
@ -26,6 +32,9 @@ build_package:
|
||||
script:
|
||||
- cd build
|
||||
- make package
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/packages/*"
|
||||
|
Loading…
Reference in New Issue
Block a user