right naming in gitlab ci
This commit is contained in:
@ -20,7 +20,7 @@ build:
|
|||||||
image: luki42/dynuiprefresher_build:latest
|
image: luki42/dynuiprefresher_build:latest
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- make iprefresher
|
- make dynuiprefresher
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
@ -72,7 +72,7 @@ build_win64:
|
|||||||
image: luki42/dynuiprefresher_build:windows
|
image: luki42/dynuiprefresher_build:windows
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- make iprefresher
|
- make dynuiprefresher
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
Reference in New Issue
Block a user