use artifacts instead of cache
This commit is contained in:
parent
fb65ef98fa
commit
5271a25cbc
@ -9,7 +9,7 @@ cmake:
|
||||
image: luki42/dynuiprefresher_build:latest
|
||||
script:
|
||||
- cmake -S . -B build
|
||||
cache:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -22,9 +22,6 @@ build:
|
||||
- cd build
|
||||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/bin/*"
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -38,9 +35,6 @@ build_package:
|
||||
- cd build
|
||||
- make package
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/packages/*"
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -56,7 +50,6 @@ test:
|
||||
artifacts:
|
||||
reports:
|
||||
junit: build/report.xml
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -68,7 +61,7 @@ cmake_win64:
|
||||
image: luki42/dynuiprefresher_build:windows
|
||||
script:
|
||||
- cmake -S . -B build -D WinBuild=ON
|
||||
cache:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -80,9 +73,6 @@ build_win64:
|
||||
- cd build
|
||||
- make iprefresher
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/bin/*"
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
||||
@ -95,9 +85,6 @@ build_package_win64:
|
||||
- cd build
|
||||
- make package
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/packages/*"
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
- inc/
|
Loading…
Reference in New Issue
Block a user