right naming in gitlab ci
This commit is contained in:
parent
ce4a3a830e
commit
f4069d02bf
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user